pgloader/debian
Dimitri Fontaine c724018840 Implement ALTER TABLE clause for MySQL migrations.
The new ALTER TABLE facility allows to act on tables found in the MySQL
database before the migration happens. In this patch the only provided
actions are RENAME TO and SET SCHEMA, which fixes #224.

In order to be able to provide the same option for MS SQL users, we will
have to make it work at the SCHEMA level (ALTER SCHEMA ... RENAME TO
...) and modify the internal schema-struct so that the schema slot of
our table instances are a schema instance rather than its name.

Lacking MS SQL test database and instance, the facility is not yet
provided for that source type.
2016-03-06 21:51:33 +01:00
..
source Prepare a debian package, and make it pgloader 3.0.94. 2013-12-09 13:04:29 +01:00
changelog Preparing next pgloader release (3.2.2). 2015-09-06 21:14:24 +02:00
cl-pgloader.dirs Proper debian packaging. 2014-04-30 00:30:44 +02:00
cl-pgloader.docs Prepare the debian release. 2014-09-10 22:40:31 +02:00
cl-pgloader.install Proper debian packaging. 2014-04-30 00:30:44 +02:00
cl-pgloader.links Proper debian packaging. 2014-04-30 00:30:44 +02:00
compat Prepare a debian package, and make it pgloader 3.0.94. 2013-12-09 13:04:29 +01:00
control Implement ALTER TABLE clause for MySQL migrations. 2016-03-06 21:51:33 +01:00
copyright Prepare the debian release. 2014-09-10 22:40:31 +02:00
pgloader.docs Prepare the debian release. 2014-09-10 22:40:31 +02:00
pgloader.install Release pgloader version 3.0.99. 2014-04-29 13:59:33 +02:00
pgloader.manpages Prepare a debian package, and make it pgloader 3.0.94. 2013-12-09 13:04:29 +01:00
rules Fix debian building where $HOME is read-only. 2014-09-23 10:45:59 +02:00