sqlboiler/boil
Patrick O'brien 96d40fcfe4 Add automatic timestamps for created_at/updated_at
* Update and Insert
* Add --no-auto-timestamps flag
2016-08-29 00:12:37 +10:00
..
_fixtures Finish WHERE IN feature 2016-08-19 03:21:53 +10:00
qm Remove bad things (sum, min, max, avg, etc) 2016-08-26 22:08:27 +10:00
randomize Fix output of randomizer 2016-08-19 19:56:27 +10:00
db.go Add automatic timestamps for created_at/updated_at 2016-08-29 00:12:37 +10:00
db_test.go Began implementing the ORM prototype 2016-04-13 23:51:58 +10:00
errors.go Added panic functions 2016-07-16 21:22:57 +10:00
errors_test.go Added boil error helpers 2016-07-16 15:38:51 +10:00
global.go Add automatic timestamps for created_at/updated_at 2016-08-29 00:12:37 +10:00
helpers.go Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
helpers_test.go Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
hooks.go Remove BeforeSelect hook (makes no sense) 2016-08-28 21:23:08 +10:00
query.go Fix SQL (takes exec now) 2016-08-28 14:51:03 +10:00
query_builders.go Remove bad things (sum, min, max, avg, etc) 2016-08-26 22:08:27 +10:00
query_builders_test.go Finish WHERE IN feature 2016-08-19 03:21:53 +10:00
query_test.go Fix SQL (takes exec now) 2016-08-28 14:51:03 +10:00
reflect.go Speed up getBoilTag 2016-08-26 12:26:58 +10:00
reflect_test.go Speed up getBoilTag 2016-08-26 12:26:58 +10:00