Commit graph

579 commits

Author SHA1 Message Date
Aaron L 6224b1c463 Move globals away so we can make mysql driver 2016-09-08 20:41:50 -07:00
Patrick O'brien 1c8a9d2e39 Add schema feature to everything (except rels)
* Add strmangle SchemaTable helper
2016-09-09 07:23:10 +10:00
Patrick O'brien 3929729a2c Add schema flags to readme 2016-09-09 03:43:36 +10:00
Patrick O'brien 8d486ef51b Add schema FAQ to readme 2016-09-09 03:39:27 +10:00
Patrick O'brien ac42fbc2c7 Add json to uppercase words 2016-09-09 01:22:22 +10:00
Patrick O'brien 5300a0f6a4 Fix all postgres types, fix all randomize types 2016-09-09 00:35:43 +10:00
Patrick O'brien 14c8f651c4 Add all postgres types to test_schema 2016-09-08 19:52:52 +10:00
Patrick O'brien 757cbde016 Add NullJSON and JSON types, fix randomize struct 2016-09-08 19:07:33 +10:00
Patrick O'brien ce8573eccd Updated to null.v5, update postgres driver types 2016-09-07 23:50:54 +10:00
Patrick O'brien 41c36cadf3 ValuesFromMapping now gets values 2016-09-06 01:24:19 +10:00
Patrick O'brien 7144d272bd Add whitelist feature 2016-09-06 00:41:12 +10:00
Patrick O'brien d5eb79ae28 Fix formatting (gofmt -s for goreportcard.com) 2016-09-05 21:47:17 +10:00
Patrick O'brien b89e2c3429 Fix lint errors 2016-09-05 21:33:18 +10:00
Patrick O'brien 9b0cfc2901 Fix more typos in comments 2016-09-05 21:28:58 +10:00
Patrick O'brien bfc87ac1ca Fix typo in comment 2016-09-05 21:05:59 +10:00
Aaron L a4a1766028 Merge pull request #28 from GeertJohan/patch-1
Fix example in README
2016-09-05 00:55:36 -07:00
Geert-Johan Riemer c6c0db5b88 Fix example in README
Percentages in a string should be either escaped `"%%"` or placed in a raw string. ````%````
2016-09-05 09:51:34 +02:00
Patrick O'brien 003a51d90f Fix tag command in README 2016-09-05 13:08:08 +10:00
Aaron L 9a534e73e2 Fix download command in README 2016-09-04 14:42:14 -07:00
Patrick O'brien 5d3bd0ba54 Add Go version compatibility requirements 2016-09-05 02:11:27 +10:00
Patrick O'brien a90796c698 Fix images 2016-09-05 01:49:30 +10:00
Patrick O'brien f0e723a58e Add benchmarks 2016-09-05 01:44:29 +10:00
Patrick O'brien 51a86dde3d Add tags feature to readme 2016-09-04 23:56:36 +10:00
Patrick O'brien 4e8191b8dd Add struct tags flag 2016-09-04 23:44:54 +10:00
Patrick O'brien e35ecd76c1 Add json tables output to debug mode 2016-09-04 20:27:19 +10:00
Patrick O'brien 513e490c00 Point to benches in readme 2016-09-04 17:58:48 +10:00
Patrick O'brien 8f0bfe8c9e Merge branch 'master' of github.com:vattle/sqlboiler 2016-09-04 17:40:43 +10:00
Aaron L bee4addfb0 Update readme. 2016-09-04 00:37:48 -07:00
Aaron L 22f67ab4ed Make sure to only write to cache when needed 2016-09-03 23:46:21 -07:00
Aaron L ecfa35350c Finish update optimization. 2016-09-03 22:53:42 -07:00
Patrick O'brien 6ba9e17ebf Fix buf call after put buffer call 2016-09-04 09:29:59 +10:00
Aaron L 0ebccdb20a Try and fix MySQL a little bit. 2016-09-03 12:50:31 -07:00
Aaron L acad9f7de5 Finish Insert() caching. 2016-09-03 12:47:27 -07:00
Aaron L 793306d749 Fit caching in to insert. 2016-09-03 12:24:18 -07:00
Aaron L e1bfd9d0da Remove TitleCases from NonZeroDefaultSet 2016-09-03 11:54:23 -07:00
Aaron L 67f72d4596 Export some functions we'll need.
- Add a second layer of caching so it can be exploited by models
2016-09-03 11:37:56 -07:00
Aaron L b522ab6a75 Fix spacing in setop methods. 2016-09-03 11:04:37 -07:00
Aaron L e0ea582e37 Allow binding to []struct, not just []*struct 2016-09-03 10:43:32 -07:00
Aaron L 08dc7a5cc1 Add extra type information everywhere for binding. 2016-09-03 10:33:28 -07:00
Aaron L 988cb2bf04 saving in case of emergency 2016-09-03 08:00:16 -07:00
Patrick O'brien 1650c35416 Fix circle.yml 2016-09-03 02:26:18 +10:00
Patrick O'brien 9eab490f7d Remove vendor folder, fix inflect import 2016-09-03 02:20:36 +10:00
Patrick O'brien 8f59486adc Remove titlecaseidentifier printf spam 2016-09-03 02:18:14 +10:00
Patrick O'brien cbee6db25b README and circle 2016-09-03 02:18:14 +10:00
Aaron L 70c633df5a Make sure we generate to_many set op tests
README

README

README

README
2016-09-03 02:17:35 +10:00
Patrick O'brien 09fb8005f6 Add TitleCase cache 2016-09-02 17:55:16 +10:00
Aaron L b101df0a24 Make sure join tables get ToMany Set/Remove 2016-09-01 23:33:18 -07:00
Patrick O'brien 4b1c934751 Remove pointers to L, not needed
* Add no-tests flag
2016-09-02 11:22:56 +10:00
Patrick O'brien 530aec1e16 Remove pointers to L, not needed 2016-09-02 11:10:00 +10:00
Patrick O'brien fd07a1a6a7 Move loaders off R to a new struct L 2016-09-02 11:03:59 +10:00