sqlboiler/boil
Patrick O'brien 4036786b6a Got insert testing in a better state
* Split up insert function for testing
* Add DBType to global state
* Move test reflection helpers to testing.go
* Add incremental seed to randomizeField to avoid duplicate constraint
  error messages
* Fixed Viper SSL default bug
* Fixed pgpass SSL inclusion bug
* Add MakeStringMap strmangle helper
* Change test errors from error to skip
2016-07-14 02:51:40 +10:00
..
_fixtures Fixed BuildQuery test 2016-06-07 16:45:06 +10:00
qm Finish Bind test, renamed querymods package 2016-06-15 00:01:28 +10:00
db.go Rename Creator interface. 2016-07-09 09:31:50 -07:00
db_test.go Began implementing the ORM prototype 2016-04-13 23:51:58 +10:00
helpers.go Fix null package imports, finish Bind 2016-06-08 15:45:34 +10:00
helpers_test.go Fix null package imports, finish Bind 2016-06-08 15:45:34 +10:00
hooks.go Began implementing the ORM prototype 2016-04-13 23:51:58 +10:00
hooks_test.go Began implementing the ORM prototype 2016-04-13 23:51:58 +10:00
query.go Refactor Where clause, add to insert builder 2016-06-12 07:55:23 -07:00
query_test.go Added more reflect helpers 2016-07-09 02:39:36 +10:00
reflect.go Got insert testing in a better state 2016-07-14 02:51:40 +10:00
reflect_test.go Got insert testing in a better state 2016-07-14 02:51:40 +10:00
testing.go Got insert testing in a better state 2016-07-14 02:51:40 +10:00
testing_test.go Got insert testing in a better state 2016-07-14 02:51:40 +10:00