master
Finish implementation of CAST rules for PostgreSQL source databases.
Improve DBF support.
Add a MySQL use case.
Allow package prefix in CAST ... USING clause.
Improve sexp parser and standard symbols support.
Add support for DATETIME() function call as a SQLite default values.
Remove regression output on clean
All included test data has been verified as free, stop building a +dfsg tarball.
Review field to column projection code emitted.
Add support for PostgreSQL as a source database.
Improve tests and add test cases.
Update an old archive test case.
Fix census-places URL location of the source file.
Implement more COPY options, fix #218.
Add support for explicit TARGET TABLE clause in load commands.
Fix quoting of TRUNCATE command, fix #84.
Add a new test case for {{ENVVAR}} template support.
Fix loading data from stdin: fix #53.
Fix test/csv-guess.load for old PostgreSQL.
Allow fields/columns projections when parsing header.
Don't double-quote identifiers in catalog queries.
Switch to the newer cl-csv API.
Implement new CSV option "lines terminated by", fixes #23.
Implement null if support as a WITH option.
Square brackets around source field options are now mandatory.
Accept even more ragged date format input.
Improve user code parsing, fix #297.
Handle camelCase column names for CSV, fix #79 again.
Add the new DBF tests in the test suite.
Refrain from using fancy schema names in the regression tests.
Travis: adapt to PostgreSQL 9.1, again.
Accept periods in CSV field names
Implement header parsing for fixed file formats.
Implement BEFORE/AFTER LOAD EXECUTE 'filename'.
Add automated regression tests.
test: Create csv schema in partial.load
Fix bugs in the recent extended support for materialized views.
Reproduce a test case from issue #795.
Improve database connection parsing to use sensible defaults.
Allow ALTER SCHEMA command for MySQL.
Implement sslmode for MySQL connections.
Add sample data for fields escaped by double-quote.
Fix "drop default" casting rules for all databases.
Assorted fixes for SQLite.
Add support for preserving index names in SQLite.
Implement a template system for pgloader commands.
Refactor error handling in complete-pgsql-database.
Implement a new “snake_case” quoting rule.
Improve parsing of list separating commas wrt to whitespacing.