Moved template functions to strmangle package

* Finished Find and FindX
This commit is contained in:
Patrick O'brien 2016-04-25 11:43:09 +10:00
commit c17e48c14a
7 changed files with 186 additions and 116 deletions

View file

@ -32,6 +32,10 @@ func init() {
{Name: "fun_time", Type: "time.Time", IsNullable: false},
{Name: "cool_stuff_forever", Type: "[]byte", IsNullable: false},
},
PKey: &dbdrivers.PrimaryKey{
Name: "pkey_thing",
Columns: []string{"id", "fun_id"},
},
},
{
Name: "spiderman",