pgloader/test/parse
Dimitri Fontaine ee498111bc Implement MySQL local (socket) connection. Fix #39.
The parser was happily parsing such a connection string as the
following, but the rest of the code didn't really know what to do about
it:

  mysql://unix:/var/run/mysqld/mysqld.sock:/main

In passing, fix bugs where the PostgreSQL unix domain socket connection
was still shy of a brick load, omitting to consider the case where the
connection host is actually a list of '(:unix . "path/to/socket").
2014-05-02 22:48:17 +02:00
..
csv-with-projection.load Port tests from pgloader 2.x, implement trailing-sep. 2013-10-13 22:10:07 +02:00
csv.load Port tests from pgloader 2.x, implement trailing-sep. 2013-10-13 22:10:07 +02:00
database.load Port tests from pgloader 2.x, implement trailing-sep. 2013-10-13 22:10:07 +02:00
hans.goeuro.load Implement MySQL local (socket) connection. Fix #39. 2014-05-02 22:48:17 +02:00
messages.load Port tests from pgloader 2.x, implement trailing-sep. 2013-10-13 22:10:07 +02:00
mix.load Port tests from pgloader 2.x, implement trailing-sep. 2013-10-13 22:10:07 +02:00
my.load Removed tinyint cast rule 2014-02-17 16:14:27 +01:00