Dimitri Fontaine 07cdf3e7e5 Use MySQL column names in MySQL queries.
The query for concurrency-support didn't get the memo that we should ignore
PostgreSQL identifier-case when querying the source MySQL database. Fix the
query string to include column names as given by the MySQL catalogs.

In bug report #703, the problem is found in PostgreSQL queries. This has
been fixed before already. Trying to reproduce the bug produced an error in
the concurrency-support query instead, so let's fix this one.

Fix #703.
2017-12-22 14:15:46 +01:00
..
2017-08-24 13:30:14 +02:00
2016-08-28 20:29:30 +02:00
2013-11-26 16:48:45 +01:00
2017-09-09 00:51:07 +02:00
2017-09-09 00:51:07 +02:00
2013-11-26 16:48:45 +01:00
2014-06-03 12:19:23 +02:00
2016-01-17 01:54:36 +01:00

pgloader tests

In the parser directory are tests for the parser only, in the current directory are tests that can be run to import data.