From c670d1d36a742ffe6c018920359424b7ece2b516 Mon Sep 17 00:00:00 2001 From: Josip Delic Date: Thu, 13 Jun 2013 17:17:34 +0200 Subject: added bugfixes for 0.8 --- test_db.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test_db.cfg') diff --git a/test_db.cfg b/test_db.cfg index 6dcff72..f628826 100644 --- a/test_db.cfg +++ b/test_db.cfg @@ -8,5 +8,7 @@ # The string '__tmp__' is substituted for a temporary file in each connection # string. This is useful for sqlite tests. sqlite:///__tmp__ -#postgresql://scott:tiger@localhost/test_migrate -#mysql://scott:tiger@localhost/test_migrate +#postgresql://postgres@localhost/testdb +#mysql://root@localhost/testdb +#oracle://scott:tiger@localhost +#firebird://scott:tiger@localhost//var/lib/firebird/databases/test_migrate -- cgit v1.2.1