sqlboiler/bdb
Patrick O'brien 9bcaf51493 Fix randomize for all array types, remove generic
* GenericArray can't work with generated code.
* Multi-dimensional arrays can't work because
  PSQL does not have a method to discover array
  depth.
2016-09-12 07:22:17 +10:00
..
drivers Fix randomize for all array types, remove generic 2016-09-12 07:22:17 +10:00
column.go Add array types and hstore types 2016-09-12 03:40:59 +10:00
column_test.go Remove a bunch dead code 2016-08-13 23:54:17 -07:00
interface.go Change quotes to bytes 2016-09-10 03:30:46 +10:00
interface_test.go Add lq, rq, and indexplaceholders args everywhere 2016-09-10 05:15:50 +10:00
keys.go Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
keys_test.go Added parallel to some missing tests 2016-08-18 22:29:14 +10:00
relationships.go ToMany now generated from self joins 2016-08-27 20:46:24 -07:00
relationships_test.go Fix more broken code 2016-08-27 17:04:51 -07:00
table.go Add schema feature to everything (except rels) 2016-09-09 07:23:10 +10:00
table_test.go Missed some more gofmt -s 2016-08-08 00:47:33 -07:00