|
|
12/14/2012 4:01:11 PM
a different syntax for table level comments.
MySQL supports creating and updating the comment as part of the CREATE or ALTER
statement.
H2 only supports the syntax COMMENT ON TABLE ... IS '...';
It seems overkill to fork the ddl file just for the comments and these
tables are documented at http://killbilling.org/ anyways.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/14/2012 3:51:06 PM
with other ddl files which don't specify any collation (we
don't rely on it anyways).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/14/2012 3:41:32 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
12/14/2012 3:39:12 PM
which will install
the correct GlobalLocker depending on the DB engine used.
For H2, we currently default to a mock implementation. For MySQL, we
still use the GET_LOCK functions.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/13/2012 3:40:54 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
12/13/2012 3:19:52 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
12/13/2012 3:18:35 PM
query
We need to specify the database.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/12/2012 11:56:49 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|