dgsan
b15aa88681
Made additional bug-fix changes as noted in comments previously, however while I'm fairly certain the changes are correct, not as sure about how to test. I kind of wonder if changing the USING clause even needs to be supported.
2013-02-14 14:05:49 -07:00
dgsan
25202bd455
Semicolon consistency.
2013-02-14 09:52:00 -07:00
dgsan
ac8f882175
This adds support for indexes to automigrate() and adds a check for the indexes existence to the migration.coffee 'should run migration' test.
...
All unit tests continue to pass. The code snippets for adding indexes are the declarative versions of the methods used in alterTable(), so the indexes should be consistant with previous declarations/additions.
Should resolve bug #5 .
As a side node, also removed the 'UNIQUE' clause from the `id` declaration as it is redundant with the 'PRIMARY KEY' declaration so far as I'm aware and results in what seems to be a second index getting maintained for no reason. (If I'm wrong about this I'd be intrested in the explanation. MySQL does have a lot of oddities.)
2013-02-14 09:37:32 -07:00
Anatoliy Chakkaev
73807276bc
Updated deps
2013-02-12 17:10:15 +08:00
Anatoliy Chakkaev
80cae2d14f
0.0.1-2
2013-02-10 05:07:15 +08:00
Anatoliy Chakkaev
ad96800c64
Merge pull request #6 from zxqfox/patch-1
...
Fixup mistyped regexp
2013-02-06 00:17:24 -08:00
Alex Yaroshevich
5a7a30acdd
Fixup mistyped regexp
...
There is no «Unknown database 'dbname'» but «ER_BAD_DB_ERROR: Unknown database 'dbname'»
2013-02-04 06:03:46 +04:00
Anatoliy Chakkaev
035a8e8bac
Merge branch 'master' of github.com:1602/jugglingdb-mysql
2013-01-30 22:17:12 +07:00
Anatoliy Chakkaev
8c2781a214
0.0.1-1
2013-01-30 22:15:52 +07:00
Anatoliy Chakkaev
718b7fd320
Specify adapter name
2013-01-30 22:15:32 +07:00
Anatoliy Chakkaev
65a0baa633
Listen for error on connection, close #4
2013-01-30 22:15:18 +07:00
Anatoliy Chakkaev
a64c70dca2
Merge pull request #3 from hsujian/patch-1
...
rename PostgreSQL as MySQL in README
2012-12-25 01:28:23 -08:00
hsujian
38ec874f89
rename PostgreSQL as MySQL in README
2012-12-25 16:29:09 +08:00
Anatoliy Chakkaev
1c8194a7ce
Merge pull request #2 from sdrdis/master
...
Added support for include key
2012-12-16 16:39:19 -08:00
Anatoliy Chakkaev
6366736b02
Merge pull request #1 from saschagehlich/additional_types
...
add additional Point type to the schema
2012-12-16 10:09:07 -08:00
Sébastien Drouyer
7a69062f47
added support for include key
2012-12-16 18:57:39 +01:00
Sascha Gehlich
d433ba7efe
add additional Point type to the schema
2012-12-16 14:27:30 +01:00
Anatoliy Chakkaev
e78fab6f5b
Additonal test case
2012-12-15 00:09:42 +04:00
Anatoliy Chakkaev
396393ce62
Added coffee as dev dependency
2012-12-14 18:08:56 +04:00
Anatoliy Chakkaev
2eed9a6e89
Init
2012-12-14 18:01:44 +04:00