Patrick O'brien
d89d23e673
Began implementing the ORM prototype
...
* Hooks, query mods, and query
* Update and UpdateX
2016-04-13 23:51:58 +10:00
Patrick O'brien
d949f68ed0
Finished postgres TestMain template
2016-04-09 09:45:44 +10:00
Patrick O'brien
d3aeb7375d
Added template sorter, MainTest separation
...
* Moved MainTests into a dedicated folder
* Added sorter for templates (sorts structs to top)
* Fixed all the broken tests
* Tidied up output.go functions
* Only creating one MainTest (main_test.go) per app run now
* Split test imports up into normal test imports & main test imports
2016-04-07 06:10:12 +10:00
Patrick O'brien
c84d35d394
Fixed compiler errors and broken tests
2016-04-04 20:28:58 +10:00
Patrick O'brien
a7263bde40
Changed cmddata receiver names to single letter
2016-04-03 16:21:45 +10:00
Patrick O'brien
f7a4ed0c54
Did more stripping, fixed broken things
...
* Fixed broken template
* Did some reorganizing
* Need to fix TestTemplates test
2016-03-28 18:17:41 +10:00
Patrick O'brien
27cafdd2fb
Finished most of the stripping
2016-03-28 01:03:14 +10:00
Patrick O'brien
c74ed4e75f
Added drivername, custom driver imports
...
* Split main test based off driver name
2016-03-26 17:08:27 +10:00
Patrick O'brien
3b0a5e80a1
Finished adding test template generation support
2016-03-21 15:15:14 +10:00
Patrick O'brien
e62b411547
Cleaned up config
2016-03-21 13:52:36 +10:00
Patrick O'brien
af1201e86e
Moved config init to main func & add config_test
...
* Split cfg object into testCfg and cfg
* Added tests for loading toml config from file
2016-03-21 01:57:25 +10:00
Patrick O'brien
e69573f68e
Added test details to config loading
2016-03-20 23:02:31 +10:00
Patrick O'brien
47c5be1038
Removed unused test files, added comments to cmds
...
* Added comments to all cmds files
* Removed unused test files
* Removed unimplemented command 'update'
2016-02-24 18:53:34 +10:00
Patrick O'brien
b43f9c63d8
Struct generation complete, pipes to stdout
...
* Database driver config & flag complete
* Table flag complete, will use all tables if non specified
2016-02-23 18:27:32 +10:00