sqlboiler/boil
Patrick O'brien 98e0b1f2ad Fixed unit test comparison bug for Null types
* Set randomized field values to zero value for objects with Valid false
  This ensures the types will match the zero values returned from the
  db.

* Reverted make statements to proper initialization format
2016-06-11 18:30:56 +10:00
..
_fixtures Fixed BuildQuery test 2016-06-07 16:45:06 +10:00
qs Fix null package imports, finish Bind 2016-06-08 15:45:34 +10:00
db.go Added debug mode, test singles 2016-06-03 07:07:51 +10: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 Added args to delete query builder 2016-06-10 15:20:26 +10:00
query_test.go Fixed BuildQuery test 2016-06-07 16:45:06 +10:00
reflect.go Fixed unit test comparison bug for Null types 2016-06-11 18:30:56 +10:00
reflect_test.go Fix null package imports, finish Bind 2016-06-08 15:45:34 +10:00