Commit graph

62 commits

Author SHA1 Message Date
Aaron L 104d0e57cd Add nullability to foreign keys.
- Remove some debug output.
- Add some parallel
2016-07-09 09:59:37 -07:00
Patrick O'brien 013b3ae0f8 Added more reflect helpers 2016-07-09 02:39:36 +10:00
Patrick O'brien 0275677216 Merge branch 'master' of github.com:nullbio/sqlboiler 2016-07-06 16:04:54 +10:00
Patrick O'brien 7a0b84848f Add more tests to insert template tests
* Add helpers to assist with template tests
* Change null []byte from string to []byte
2016-07-06 16:02:35 +10:00
Aaron L 9a80de4103 Fix a foreign key lookup bug. 2016-07-01 15:52:19 -07:00
Aaron L 59c7496521 Expose more information about join tables 2016-07-01 10:34:40 -07:00
Aaron L 6dac631a93 Add new functions to support more templating
- Add joinSlices
- Add ways to pull apart a slice of SQLColumnDef
- Try to stop generating join tables (but it still gens for some reason)
2016-06-26 23:59:27 -07:00
Aaron L f7a4d3d34b Remove system tables from postgres driver lookups 2016-06-26 23:59:27 -07:00
Aaron L 0fb4739b00 Add JoinTable information to relationships. 2016-06-26 23:56:45 -07:00
Aaron L c7eafa4e08 Make relationships output the column name 2016-06-26 23:56:45 -07:00
Aaron L fee1231813 Push strmangle refactoring through everything. 2016-06-22 23:48:49 -07:00
Aaron L 60f6080e73 Refactor dbdrivers into two packages
- Break dbdrivers into bdb and drivers
- Break each type in dbdrivers into it's own file set.
2016-06-22 23:11:32 -07:00