sqlboiler/templates
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
..
singleton Fix bugs for table only containing composite pkey 2016-08-21 15:44:49 +10:00
00_struct.tpl Rename Relationships struct to Loaded 2016-08-22 21:54:02 -07:00
01_types.tpl Add automatic timestamps for created_at/updated_at 2016-08-29 00:12:37 +10:00
02_hooks.tpl Remove BeforeSelect hook (makes no sense) 2016-08-28 21:23:08 +10:00
03_finishers.tpl Add afterSelectHooks to One and All finishers 2016-08-28 22:02:21 +10:00
04_relationship_to_one.tpl Fix some formatting bugs of generated code 2016-08-21 16:28:47 +10:00
05_relationship_to_many.tpl Make relationships only return query objects. 2016-08-18 00:19:15 -07:00
06_relationship_to_one_eager.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
07_relationship_to_many_eager.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
08_all.tpl Put the templates in their proper place 2016-08-17 23:26:17 -07:00
09_find.tpl Fix SQL (takes exec now) 2016-08-28 14:51:03 +10:00
10_insert.tpl Add automatic timestamps for created_at/updated_at 2016-08-29 00:12:37 +10:00
11_update.tpl Add automatic timestamps for created_at/updated_at 2016-08-29 00:12:37 +10:00
12_upsert.tpl Add delete and insert hooks to templates 2016-08-28 22:16:08 +10:00
13_delete.tpl Add delete and insert hooks to templates 2016-08-28 22:16:08 +10:00
14_reload.tpl Fix SQL (takes exec now) 2016-08-28 14:51:03 +10:00
15_exists.tpl Fix some formatting bugs of generated code 2016-08-21 16:28:47 +10:00
16_helpers.tpl Put the templates in their proper place 2016-08-17 23:26:17 -07:00
17_auto_timestamps.tpl Add automatic timestamps for created_at/updated_at 2016-08-29 00:12:37 +10:00