Christoph Berg
8451ca5158
test: Don't run sakila test by default; set variables for tests
...
Sakila needs a MySQL database running. Set DBPATH and SOURCEFILE for the
sqlite-env.load and csv-districts-env.out tests.
2022-06-23 15:59:11 +02:00
Brendan Ball
4114daf190
parameterize DYNSIZE in dockerfiles
2022-06-23 14:20:38 +02:00
Christoph Berg
85f2d3e55b
Add Debian autopkgtest
2022-06-23 14:11:37 +02:00
Christoph Berg
71c922f0dd
Remove docker-ci workflow
...
It was never properly hooked up.
2022-06-23 13:51:04 +02:00
Darryl T. Agostinelli
c9616e2675
specify v8 of freetds to deal with #1068 'MSSQL to Postgres: is not of type VECTOR'
2022-06-23 13:48:34 +02:00
Scott Thomas
7e1f7c51c8
Allow underscores in cast type names
...
Underscores might exist in cast type names, for example if the type being cast is an enum (which can have arbitrary names).
Fixes #1378
2022-06-23 13:43:21 +02:00
Joakim Soderlund
6de6457d65
Fix minor casing issue in intro docs
2022-06-23 13:33:51 +02:00
Athos Ribeiro
248c2f709a
Force libcrypto reload in src/hooks.lisp
...
cl+ssl::libcrypto is also read at startup. If not properly closed in the
hooks, together with libssl, libcrypto will be loaded at startup and if
the first cl+ssl file alternative fails, the debugger is invoked.
* Fixes #1370
2022-06-23 13:28:35 +02:00
Christoph Berg
a94a0a3327
debian/tests/ssl: Force md5 auth if cl-postmodern is too old.
debian/3.6.3-1
2021-12-22 18:08:21 +01:00
Christoph Berg
0925960989
pgloader 3.6.3
v3.6.3
2021-12-22 17:27:14 +01:00
Christoph Berg
3b6fa226b8
Debian: Revert temporarily ignored file
2021-12-22 17:25:47 +01:00
Christoph Berg
4f1650f084
Debian: Remove obsolete lintian overrides
2021-12-22 17:24:50 +01:00
Christoph Berg
11dc31d05c
docs/ref/pgsql-redshift.rst: Fix too short title underline
2021-12-22 17:07:31 +01:00
Christoph Berg
a8c50e37f8
Fix places2k.zip location
...
Close #375
2021-12-21 10:36:14 +01:00
ChristophKaser
40f6ba1ff4
Fixes typo in MS SQL Migration Options docs
2021-12-21 10:20:39 +01:00
Dmitry Shvetsov
2e728f5754
Fix typo in the log message
2021-12-21 10:10:38 +01:00
Christoph Berg
92dfb3f706
Debian: Remove cl-pgloader, deprecated upstream.
2021-12-21 10:10:23 +01:00
Phil Ingram
f49252d6b4
Add openssl-devel dependency to pgloader.spec
2021-12-09 16:56:09 +01:00
Scott Markwell
4bd4c0ef08
Spelling correction
2021-12-09 16:54:12 +01:00
marcel-tomes
a8512e60fa
Fix typo
2021-12-09 16:53:25 +01:00
Nitish
3047c9afe1
Typo fix in MS SQL documentation ( #1242 )
2020-12-14 01:04:47 +01:00
Rodolphe Quiédeville
63e4eea5f0
Add postgres version 13 tto Travis ( #1235 )
...
Update the travis-ci configuration to run test on latest stable version ie 13
2020-11-21 20:13:08 +01:00
Jeffrey van den Hondel
45a4b6f353
chore: create workflow docker-ci ( #1217 )
...
* chore: create workflow docker-ci
* fix: missing closing fi
Co-authored-by: Jeffrey van den Hondel <jeffrey.vandenhondel@autoflex.nl>
2020-10-19 17:44:48 +02:00
kocio-pl
b60c5feedd
Update index.rst ( #1213 )
...
Fix the header "On error stop / On error resume next"
2020-10-19 17:26:15 +02:00
lukesilvia
48d8ed0613
fix: ranged load does not load last record. ( #1203 )
2020-08-31 20:12:32 +02:00
Aleksi Kinnunen
9788cc64ee
Add MySQL unsigned int casting rules ( #1200 )
...
Fixes dimitri/pgloader#1186
2020-08-28 11:24:36 +02:00
Dimitri Fontaine
e388909f0c
Implement a retry loop when SQLite database is "BUSY".
...
It turns our that you can't do some operations on SQLite from several
concurrent connections, such as a "pgrama encoding" query.
Fixes #1193 .
2020-07-27 21:12:55 +02:00
Christoph Berg
49e5877853
Merge branch 'debian'
2020-07-14 17:35:53 +02:00
Christoph Berg
11e6627ea8
releasing package pgloader version 3.6.2-1
debian/3.6.2-1
2020-07-14 17:02:51 +02:00
Christoph Berg
455800139f
debian: Note that we need cl-plus-ssl 20190204 or later.
2020-07-14 16:52:17 +02:00
Christoph Berg
c1d58b6dd9
debian: Note that we need cl-csv 20180712 or later.
2020-07-14 16:15:45 +02:00
Christoph Berg
9c2d8d2baa
debian: Note that we need cl-plus-ssl 20180328 or later.
2020-07-14 15:33:31 +02:00
Christoph Berg
63274dbec4
debian/rules: Skip dh_dwz like dh_strip as it fails on buster.
2020-07-14 15:08:41 +02:00
Christoph Berg
c8ceb1cf8f
debian: Add patch to remove sphinx theme options on bionic
2020-07-13 17:17:09 +02:00
Christoph Berg
2100690402
debian: Clean buildapp log
2020-07-13 16:48:05 +02:00
Christoph Berg
5bfa5430cf
debian/rules: Print actual compiler log.
2020-07-13 16:30:12 +02:00
Dimitri Fontaine
f5139cbf29
Add support for DATETIME() function call as a SQLite default values.
...
Fixes #1177 .
2020-07-03 18:39:37 +02:00
Christoph Berg
164726eab9
DH 13.
2020-06-10 15:28:27 +02:00
Christoph Berg
d024552f56
Bump required cl-db3 version to 20200212.
2020-06-10 15:27:50 +02:00
Christoph Berg
a06900e898
New upstream version.
2020-06-10 14:32:40 +02:00
Christoph Berg
f8ef9c2dc3
Merge tag 'v3.6.2' into debian
2020-06-10 14:26:33 +02:00
Dimitri Fontaine
689dd4a806
Simplify Postgres version string parsing further.
2020-06-06 17:07:06 +02:00
Dimitri Fontaine
cc8975bb88
Improve Postgres version string parsing.
...
Turns out we have way more variety in the field than what I anticipated...
Should fix #992 .
2020-06-05 18:47:32 +02:00
Dimitri Fontaine
2189acfb63
Attempt at fixing #1060 .
2020-06-05 18:22:47 +02:00
Drew Repasky
a76f7e1e8c
typo ( #1152 )
2020-05-26 21:06:17 +02:00
Dimitri Fontaine
1bdc0ee5f4
Allow SQLite type names such as "double precision".
...
The parsing of the type names from the SQLite catalogs needs to allow for
names with spaces in them, because SQLite allows that too.
Fixes #921 .
2020-05-09 23:55:59 +02:00
Semen Miroshnichenko
11d926126e
Keep name casing for foreign keys on mssql ( #1145 )
2020-05-09 17:49:04 +02:00
Dimitri Fontaine
38a62a7143
Attempt to add Github sponsors to the pgloader home page.
2020-05-05 18:51:18 +02:00
Dimitri Fontaine
d5314a6640
Add support for type "signed long" in SQLite.
...
Fixes #1126 .
2020-04-11 18:33:21 +02:00
Ian L
cb989e1155
Fix MySQL query to compute number of rows per table ( #1128 )
...
The CAST should target `unsigned` rather than `integer`, so that we are compatible with MySQL 5.7. Also empty tables might have NULL entries, which we transform to zero entries here, as expected by the Lisp code.
Fixes #1127 .
2020-04-11 18:22:02 +02:00