This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/db
Eric Chiang f738188c13 db: switch migration source to use in-memory migration
When reading migrations from files, sql-migrate attempts to split
SQL statements. The parsing logic does not handle $BODY$ statements
and broke when the migration included one.

Replace go-bindata with a small migration generation script and use
in memory migrations instead.
2016-03-01 10:55:05 -08:00
..
migrations db: switch migration source to use in-memory migration 2016-03-01 10:55:05 -08:00
translate db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
client.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
conn.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
connector_config.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
db.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
gc.go *: Remove unnecessary else statements 2015-09-04 22:45:32 +03:00
gc_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
health.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
key.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
key_test.go cmd, db: verify at least one secret is passed to --key-secrets 2015-12-16 20:28:21 -08:00
migrate.go db: switch migration source to use in-memory migration 2016-03-01 10:55:05 -08:00
migrate_sqlite3.go *: remove in memory session repos 2016-02-12 13:19:05 -08:00
migrate_test.go *: add functional tests for case insensitive emails 2016-03-01 10:54:12 -08:00
password.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
refresh.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
refresh_test.go db: strconv.ParseInt specify base 10 2015-12-09 14:47:21 -08:00
session.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
session_key.go db: clean up quote and executor function calls, improve translate docs 2016-02-16 18:19:23 -08:00
user.go *: add migration to convert all emails to lowercase 2016-03-01 10:51:50 -08:00