woodpecker/pkg/database/testing
Nurahmadie 571f7d02b0 Fix some column type to work with both mysql and sqlite.
Basically this is caused by sqlite actually doesn't have any
column type restriction. also save gob type column as blob to enforce
byte-string value, since varchar with utf8 collation type will take at
least 3 byte to store, this will break YAML-Gob decoding at `params`
column.

Also fix some typo, and clean up fixtures code.
2014-03-15 18:20:11 +07:00
..
builds_test.go initial public commit 2014-02-07 03:10:01 -07:00
commits_test.go Fix some column type to work with both mysql and sqlite. 2014-03-15 18:20:11 +07:00
members_test.go Fix some column type to work with both mysql and sqlite. 2014-03-15 18:20:11 +07:00
repos_test.go initial public commit 2014-02-07 03:10:01 -07:00
settings_test.go initial public commit 2014-02-07 03:10:01 -07:00
teams_test.go initial public commit 2014-02-07 03:10:01 -07:00
testing.go Fix some column type to work with both mysql and sqlite. 2014-03-15 18:20:11 +07:00
users_test.go partial fix to issue #50 and issue #37 to select token from database 2014-02-11 16:05:53 -07:00