pgloader/src
Dimitri Fontaine c439ea4b9c Explicitely allow for Return as whitespace.
Windows default end of line is #\Return then #\Newline and the parser
gets to see both of them, so it needs to be prepared. See #159 which is
all about windows support.
2016-03-30 10:41:50 +02:00
..
monkey Fix MS SQL text values processing. 2016-03-20 20:15:02 +01:00
parsers Explicitely allow for Return as whitespace. 2016-03-30 10:41:50 +02:00
pgsql Fix SQLite index support, add foreign keys support. 2016-03-27 20:39:13 +02:00
sources Adds cast for image -> bytea 2016-03-29 20:54:27 +02:00
utils Can't reduce an empty list with the max function. 2016-03-29 21:02:31 +02:00
getenv.lisp Clozure already provides a getenv function. 2015-11-08 18:26:58 +01:00
hooks.lisp Leave ssl lib alone in src/hooks.lisp. 2016-03-05 22:45:59 +01:00
main.lisp Fix regression testing. 2016-03-27 21:28:51 +02:00
package.lisp Fix SQLite index support, add foreign keys support. 2016-03-27 20:39:13 +02:00
params.lisp Implement --on-error-stop command line option. 2016-03-21 20:52:50 +01:00