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
..
2013-11-26 16:48:45 +01:00
2014-04-29 14:51:14 +02:00
2013-11-26 16:48:45 +01:00
2013-11-26 16:48:45 +01:00
2014-04-27 23:38:02 +02:00
2013-11-26 16:48:45 +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.