Dimitri Fontaine
|
477a52a6d3
|
Thanks to Qmynd, no need for the IS NULL query dance anymore.
|
2013-12-09 11:23:00 +01:00 |
|
Dimitri Fontaine
|
f02eb641b4
|
Switch from cl-mysql to qmynd, an all-lisp driver for MySQL.
|
2013-12-03 22:05:39 +01:00 |
|
Dimitri Fontaine
|
718ac80560
|
Implement a Materiaze Views option for MySQL.
|
2013-11-16 21:41:07 +01:00 |
|
Dimitri Fontaine
|
6fb3de7043
|
Improve error management in MySQL copy-database preparatory code.
|
2013-11-13 22:46:17 +01:00 |
|
Dimitri Fontaine
|
2a65a1d39f
|
Fix setting of PostgreSQL GUCs and transaction usage for DDL.
|
2013-11-12 11:34:31 +01:00 |
|
Dimitri Fontaine
|
8c9af591e3
|
Cleanup where to add the table oids for MySQL indexes migration.
|
2013-11-08 21:09:50 +01:00 |
|
Dimitri Fontaine
|
2e3edde3ad
|
Implement a generic API to deal with indexes, use it in MySQL and SQLite sources.
|
2013-11-07 22:07:00 +01:00 |
|
Dimitri Fontaine
|
2fb176f879
|
Fix new debug message.
|
2013-11-07 20:51:21 +01:00 |
|
Dimitri Fontaine
|
a227943012
|
Fix the logging system, we now have a proper logfile.
|
2013-11-07 20:46:47 +01:00 |
|
Dimitri Fontaine
|
cd3c9b42ce
|
Some attemps at catching spurious MySQL Errors.
MySQL error: "Lost connection to MySQL server during query" (errno = 2013).
|
2013-11-07 17:46:28 +01:00 |
|
Dimitri Fontaine
|
885a6da5a0
|
Fix a bug in MySQL command execution when no BEFORE LOAD DO section is used.
|
2013-11-07 15:48:45 +01:00 |
|
Dimitri Fontaine
|
fe75f3df54
|
Improve the set of options for loading from databases, assorted fixes.
|
2013-11-05 23:07:03 +01:00 |
|
Dimitri Fontaine
|
a9dd0aafa3
|
Fix ALTER TABLE ... DROP CONSTRAINT not to happen against non existing tables or constraints.
|
2013-11-05 21:24:32 +01:00 |
|
Dimitri Fontaine
|
450c06b6fb
|
Add a "with foreign keys" option to the MySQL Command.
|
2013-11-05 19:16:12 +01:00 |
|
Dimitri Fontaine
|
e53e613a82
|
Implement support for MySQL Foreign Keys.
|
2013-11-05 18:48:54 +01:00 |
|
Dimitri Fontaine
|
6593995832
|
Add support for BEFORE LOAD DO and FINALLY DO blocks in the MySQL command.
|
2013-11-05 17:07:13 +01:00 |
|
Dimitri Fontaine
|
2477b68e15
|
Implement filtering against the list of tables to migrate, in MySQL.
|
2013-11-05 14:48:05 +01:00 |
|
Dimitri Fontaine
|
fa70dbd978
|
Fix filtered loading of MySQL databases the same way as SQLite databases.
|
2013-11-04 23:24:43 +01:00 |
|
Dimitri Fontaine
|
6a75187b7d
|
Refactor MySQL to use the new API.
|
2013-11-04 19:16:08 +01:00 |
|
Dimitri Fontaine
|
0a38195853
|
Refactoring the API with a real definition of it, and reorg the source tree.
|
2013-11-04 13:21:45 +01:00 |
|