Commit graph

  • 41c05858fd More readme Patrick O'brien 2016-08-31 00:04:39 +10:00
  • 82e55df5bb README fix some formatting Patrick O'brien 2016-08-30 21:04:58 +10:00
  • ec4b7163c2 Readme - headers and more organization Patrick O'brien 2016-08-30 20:38:29 +10:00
  • e41b223838 Readme diagnosing problems & compat tests Patrick O'brien 2016-08-30 18:54:21 +10:00
  • 7ecadcf567 Readme Patrick O'brien 2016-08-30 16:58:14 +10:00
  • 4167d9b535 Add config Patrick O'brien 2016-08-30 16:34:52 +10:00
  • 1ad118ff63 Vendored deps. Aaron L 2016-08-29 23:24:25 -07:00
  • ed5a3286fc Fix the help for basedir Aaron L 2016-08-29 23:00:54 -07:00
  • 79d8642d8d Put setops into their final resting place. Aaron L 2016-08-29 22:58:39 -07:00
  • 89995fd746 Update hooks, and flags Patrick O'brien 2016-08-30 15:55:58 +10:00
  • 32b5952c96 Make sure we pass around the addr of slices. Aaron L 2016-08-29 22:48:14 -07:00
  • f2b8f39d47 Initial nested eager load. Aaron L 2016-08-29 22:21:32 -07:00
  • 8ab617ef71 Add to readme Patrick O'brien 2016-08-30 15:24:09 +10:00
  • d735c3df36 Add For query mod Patrick O'brien 2016-08-30 13:13:00 +10:00
  • bc602811a8 Hush linter Patrick O'brien 2016-08-30 03:12:22 +10:00
  • 629ec8c8d0 Add hooks to eager load funcs Patrick O'brien 2016-08-30 02:36:07 +10:00
  • ccdfc93fee Add auto timestamps for upsert Patrick O'brien 2016-08-29 23:22:23 +10:00
  • 7f24185544 Add executor to hooks Patrick O'brien 2016-08-29 22:38:19 +10:00
  • 9553f462c7 Merge branch 'sets' Aaron L 2016-08-28 23:29:47 -07:00
  • ae99b2a649 Finish ToManyRemove. Aaron L 2016-08-28 23:26:44 -07:00
  • d9931fe7ba Finish Set Aaron L 2016-08-28 21:11:37 -07:00
  • 128ecb4a77 Add ToManySet test. Aaron L 2016-08-28 17:07:36 -07:00
  • 4ba1849297 Finish ToManyAdd Aaron L 2016-08-28 16:51:07 -07:00
  • 4e70c9bb17 Near completion on the ToManyAdd setop Aaron L 2016-08-28 16:36:34 -07:00
  • e46daf0991 Fix ToMany.Func.ForeignName for renamed fkeys Aaron L 2016-08-28 16:01:43 -07:00
  • 0eea12fb75 Complete removal on the remove method Aaron L 2016-08-28 15:01:37 -07:00
  • 96d40fcfe4 Add automatic timestamps for created_at/updated_at Patrick O'brien 2016-08-29 00:12:37 +10:00
  • 677d45cef4 Add delete and insert hooks to templates Patrick O'brien 2016-08-28 22:16:08 +10:00
  • d9ec68b76a Add afterSelectHooks to One and All finishers Patrick O'brien 2016-08-28 22:02:21 +10:00
  • e2553705e1 Remove BeforeSelect hook (makes no sense) Patrick O'brien 2016-08-28 21:23:08 +10:00
  • 2a5630ce3e Add before/after select/delete to hooks generation Patrick O'brien 2016-08-28 21:13:45 +10:00
  • 8aad8fc479 Rename before/after Create hook to Insert hook Patrick O'brien 2016-08-28 20:54:46 +10:00
  • 95ff24b918 Add --no-hooks feature Patrick O'brien 2016-08-28 20:48:50 +10:00
  • 947081c579 Rename ReverseInserts -> OneToOne Aaron L 2016-08-28 00:27:50 -07:00
  • 625dee4648 Fix documentation. Aaron L 2016-08-28 00:06:33 -07:00
  • 43ec917a57 Fix another bug with one_to_one Aaron L 2016-08-27 23:01:26 -07:00
  • 09cdb7a652 Fix SQL (takes exec now) Patrick O'brien 2016-08-28 14:51:03 +10:00
  • 7084ce6c9f ToMany now generated from self joins Aaron L 2016-08-27 19:42:25 -07:00
  • bc71147282 WIP - Trying to fix bugs Aaron L 2016-08-27 19:10:46 -07:00
  • d778401a7b Another iteration on getting text helpers correct Aaron L 2016-08-27 17:20:26 -07:00
  • 6c742e29e9 Fix more broken code Aaron L 2016-08-27 17:04:51 -07:00
  • 84e13cf0d4 Refactor function name calculations Aaron L 2016-08-27 12:29:49 -07:00
  • f6206ea6b7 Use better errors in setops Aaron L 2016-08-27 12:13:15 -07:00
  • ea22d3656c Add more text helpers for ToMany. Aaron L 2016-08-27 12:00:42 -07:00
  • cc5ce81b8e Correct subtle issue with code that was never used Aaron L 2016-08-27 09:51:06 -07:00
  • 1887f23ca5 Finish ToOneSet Aaron L 2016-08-26 23:36:57 -07:00
  • 204ca1291d Fix randomization so it ignores pkeys Aaron L 2016-08-26 22:53:36 -07:00
  • 9db43ae3ad Finish ToOneSet Aaron L 2016-08-26 22:43:50 -07:00
  • c1962eb7ac Get all the tests running properly Aaron L 2016-08-26 22:04:49 -07:00
  • f489e22ab4 Rename Loaded -> R Aaron L 2016-08-26 21:40:11 -07:00
  • ed85ea5fec Fix readme, add feature to readme Patrick O'brien 2016-08-27 01:10:25 +10:00
  • dc49fa4d59 Align some stuff properly Aaron L 2016-08-26 07:59:28 -07:00
  • 26bb719563 Remove bad things (sum, min, max, avg, etc) Patrick O'brien 2016-08-26 22:08:27 +10:00
  • 6ad467c259 Started relationship set operations Aaron L 2016-08-25 23:50:45 -07:00
  • 2179570afd Speed up getBoilTag Patrick O'brien 2016-08-26 12:26:58 +10:00
  • 113f8be521 Correct tests Aaron L 2016-08-23 23:28:49 -07:00
  • 28e485603a Add fast path for binding by caching TitleCase Aaron L 2016-08-23 23:20:41 -07:00
  • d130354890 Fix eager loading, off-by-one pointer Aaron L 2016-08-23 22:07:51 -07:00
  • 63fae21c51 Add base_dir to make it less ornerous to use Aaron L 2016-08-23 21:50:14 -07:00
  • 278d9ab80a Fixed some readme Patrick O'brien 2016-08-23 19:52:31 +10:00
  • 3aa338b64f Update readme to almost have real docs. Aaron L 2016-08-22 22:32:26 -07:00
  • 509fe44f4e Rename Relationships struct to Loaded Aaron L 2016-08-22 21:53:37 -07:00
  • 48dc259841 Added proper pluralization for cookie Aaron L 2016-08-22 21:35:25 -07:00
  • 54c739ba97 Update mock and tests to use better tables Patrick O'brien 2016-08-23 13:38:43 +10:00
  • 0975aca899 Fix some documentation. Aaron L 2016-08-22 20:14:46 -07:00
  • 1e66a194bd Fix one more problem. Aaron L 2016-08-21 23:00:22 -07:00
  • 248c45d1f6 Optimize TitleCase more. Aaron L 2016-08-21 22:49:57 -07:00
  • 604fbea7de Slight adjustment to TitleCase Patrick O'brien 2016-08-22 15:10:15 +10:00
  • c4526d4d2c Optimize TitleCase Patrick O'brien 2016-08-22 13:50:54 +10:00
  • c61ff2aa46 Fix some formatting bugs of generated code Patrick O'brien 2016-08-21 16:28:47 +10:00
  • 0c44af51a8 Fix name conflict bug in find Patrick O'brien 2016-08-21 16:03:51 +10:00
  • cd7e45efaa Fix bugs for table only containing composite pkey Patrick O'brien 2016-08-21 15:44:49 +10:00
  • 56faec6476 Change inflector to bitbucket inflect Patrick O'brien 2016-08-21 13:40:20 +10:00
  • 7f706531a7 Remove useless space Patrick O'brien 2016-08-21 12:34:18 +10:00
  • d40058c3ce Fix output of randomizer Patrick O'brien 2016-08-19 19:56:27 +10:00
  • d28b3f4b62 Finish WHERE IN feature Patrick O'brien 2016-08-19 03:21:53 +10:00
  • 3cdfc6237a Added parallel to some missing tests Patrick O'brien 2016-08-18 22:29:14 +10:00
  • 22a904d025 Convert sqlboiler tests to MockDriver Patrick O'brien 2016-08-18 22:11:02 +10:00
  • c04e0d003a Make relationships only return query objects. Aaron L 2016-08-18 00:19:15 -07:00
  • 79520d27fb Use new randomize package Aaron L 2016-08-18 00:06:28 -07:00
  • f86d8d7ee9 Refactor randomize Aaron L 2016-08-18 00:03:14 -07:00
  • f23092d4a5 Move randomize things Aaron L 2016-08-17 23:57:46 -07:00
  • e3e608d44a Fix imports broken from last test. Aaron L 2016-08-17 23:51:32 -07:00
  • 2567a60a25 Rename some files to keep sanity Aaron L 2016-08-17 23:48:37 -07:00
  • 453858d026 Put the templates in their proper place Aaron L 2016-08-17 23:26:17 -07:00
  • 3d92184af1 Merge branch 'master' of github.com:vattle/sqlboiler Patrick O'brien 2016-08-18 16:18:29 +10:00
  • 34651b1942 Fix pointer to MockDriver Patrick O'brien 2016-08-18 16:18:10 +10:00
  • 9c2a4d7852 Merge branch 'eager' Aaron L 2016-08-17 23:17:13 -07:00
  • 92c4e7f8f3 Support many_to_many eager loading properly Aaron L 2016-08-17 23:07:39 -07:00
  • 8d0cd2a53d Move fakeDB to MockDriver in drivers package Patrick O'brien 2016-08-18 15:26:24 +10:00
  • 3ae0b8a0d6 Fix randomize struct not ignoring boil - tag Patrick O'brien 2016-08-18 14:21:08 +10:00
  • e3ff48e647 Test the to_one eager loading. Aaron L 2016-08-17 18:53:08 -07:00
  • 3ecb8f96c0 Fix the loadRelationships code & test Aaron L 2016-08-17 18:52:42 -07:00
  • 8806e76d9f Nearly finished relationship bind helper Patrick O'brien 2016-08-18 03:56:00 +10:00
  • 94d36d7bf7 Begin IN implementation Patrick O'brien 2016-08-17 15:19:23 +10:00
  • 22cf8091a9 Add the running of to_one tests. Aaron L 2016-08-16 21:54:36 -07:00
  • fb198cc92c Looking like to_many eager load is done Aaron L 2016-08-16 21:08:55 -07:00
  • 756281f9fb WIP Debugging eager loading Aaron L 2016-08-16 00:30:08 -07:00
  • 932f14d26c Fix up some bits in eager load to_many Aaron L 2016-08-15 22:24:56 -07:00
  • 7ce4146854 Add GetSliceValues to help clean up eager loads Aaron L 2016-08-15 22:24:28 -07:00