Simon Wörpel
d61d309637
Respect _limit and _offset kwargs for select distinct
2023-08-08 15:42:38 +02:00
Friedrich Lindenberg
5c2dc8d3af
Bump version: 1.6.1 → 1.6.2
2023-07-12 10:51:27 +02:00
Friedrich Lindenberg
4ca0584d3f
try this
2023-07-12 10:38:20 +02:00
Friedrich Lindenberg
dbc6dc5744
Bump version: 1.6.0 → 1.6.1
2023-07-12 10:37:16 +02:00
Alex Stefanescu
5d44006c40
Fix add_column method to work with Alembic 1.11+
2023-07-12 10:16:58 +02:00
Friedrich Lindenberg
0757b5010b
Bump version: 1.5.2 → 1.6.0
2023-01-30 09:55:46 +01:00
Tim Gates
976c25ad14
docs: Fix a few typos
...
There are small typos in:
- dataset/table.py
- docs/queries.rst
- docs/quickstart.rst
Fixes:
- Should read `significant` rather than `signficant`.
- Should read `parameterisation` rather than `paramterisation`.
- Should read `explicitly` rather than `explicetly`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-17 12:21:02 +10:00
xqm32
6d6e581edb
docs: fix typo for Database.query()
2022-06-03 01:11:49 +08:00
Friedrich Lindenberg
7e921501f6
add missing arguments, fixes #391 .
2022-01-07 13:09:25 +01:00
Friedrich Lindenberg
75c12f79cc
Bump version: 1.5.1 → 1.5.2
2021-12-16 11:10:24 +01:00
Friedrich Lindenberg
6121e517a8
Consider PK when checking for indexes, fixes #382 .
2021-12-16 11:06:31 +01:00
Friedrich Lindenberg
602d52f416
Try to make convert row work on sqla 1.3 and 1.4.
2021-12-16 10:21:40 +01:00
Friedrich Lindenberg
8c91b6feaa
Bump version: 1.5.0 → 1.5.1
2021-11-17 18:32:29 +01:00
Friedrich Lindenberg
4e359f5e01
Formatting fixes
2021-11-17 18:27:48 +01:00
Friedrich Lindenberg
5885680645
Merge pull request #387 from kapily/sqlite_uri
...
Add SQLite url builder
2021-11-17 18:10:42 +01:00
Kapil Yedidi
5f17e92293
Rename to on connect statements
2021-11-17 09:09:03 -08:00
Kapil Yedidi
433bc0a5ba
Made requested change
2021-11-17 08:52:14 -08:00
Kapil Yedidi
5663dc8251
saving state
2021-11-17 08:46:27 -08:00
Kapil Yedidi
eb06d95559
Bug fix
2021-11-16 15:11:55 -08:00
Kapil Yedidi
5f93c3748a
Add SQLite url builder
2021-11-15 09:00:33 -08:00
Kapil Yedidi
42ee4530bb
Allow passing in off arbitrary sqlite pragmas
2021-11-15 08:08:10 -08:00
Friedrich Lindenberg
b1638a41d6
Switch from nose to pytest
2021-10-30 12:07:06 +02:00
mijaba
043db2bcaa
Update table.py
2021-08-11 14:27:24 +02:00
Friedrich Lindenberg
7b90d76097
Rename function, fixes #377 .
2021-07-29 17:35:03 +02:00
remalloc.virtual@gmail.com
7f49e89350
Remove all keys from values
2021-06-09 14:16:40 +08:00
Friedrich Lindenberg
0e5dee2357
Bump version: 1.4.5 → 1.5.0
2021-04-22 19:01:41 +02:00
Friedrich Lindenberg
a75b7c4c93
Fix linting issue
2021-04-22 18:54:19 +02:00
Friedrich Lindenberg
c13b79fc59
Try to fix #365 .
2021-04-22 18:51:27 +02:00
Joshua Branch
ed3b120f85
Fixes pudo/dataset#363 by tracking checked-out sqlalchemy database connections, on a per-thread basis, and closing all connections when Database.close() is called.
2021-03-10 00:35:04 -05:00
Friedrich Lindenberg
2791a61939
Bump version: 1.4.4 → 1.4.5
2021-02-08 11:37:18 +01:00
Kapil Yedidi
1f16e6eb34
made requested changes
2021-02-02 14:07:06 -08:00
Friedrich Lindenberg
fd918f06b6
Bump version: 1.4.3 → 1.4.4
2021-01-17 12:45:56 +01:00
Friedrich Lindenberg
97d67e397d
Bump version: 1.4.2 → 1.4.3
2020-12-30 22:33:06 +01:00
Friedrich Lindenberg
8325f855af
Revamp the documentation
2020-12-30 22:16:10 +01:00
Friedrich Lindenberg
02d3d0333f
Support disabling auto-increment on primary keys, fixes #351 .
2020-12-29 20:03:45 +01:00
Friedrich Lindenberg
2b1947e407
radically simplify upsert_many; refs #352 .
2020-12-29 19:34:37 +01:00
Friedrich Lindenberg
5e09aba401
Remove flush_tables, fixes #356 .
2020-12-29 18:39:44 +01:00
Friedrich Lindenberg
846b5f200a
Bump version: 1.4.1 → 1.4.2
2020-11-19 13:15:03 +01:00
Friedrich Lindenberg
3a931b7b5b
Bump version: 1.4.0 → 1.4.1
2020-11-14 23:02:17 +01:00
Friedrich Lindenberg
e82618cf4e
Bump version: 1.3.2 → 1.4.0
2020-11-14 22:58:02 +01:00
Friedrich Lindenberg
2a6a6c1e22
Remove unused arguments, fixes #343 .
2020-11-14 22:51:05 +01:00
Friedrich Lindenberg
de68e2ba2b
Re-org a little bit :)
2020-11-14 22:48:56 +01:00
Kapil Yedidi
ae3a30da19
Added WAL by default for SQLite databases
2020-10-15 10:41:58 -07:00
tatsuya4559
5d6a840740
removed freeze from __all__ listing.
2020-08-30 08:40:02 +09:00
Friedrich Lindenberg
3479e5ba35
Try and shut up MySQL about index length. Weird.
2020-08-23 13:35:48 +02:00
Friedrich Lindenberg
4034a12f62
Get rid of the flush statement, but I'm not sure this has no side effects
2020-08-23 12:30:30 +02:00
Friedrich Lindenberg
3fe0ae10aa
Seems it was that lock.
2020-08-23 12:23:00 +02:00
Friedrich Lindenberg
a17f2c8d5c
Apply black
2020-08-02 12:52:11 +02:00
Friedrich Lindenberg
07ef8d22c1
Remove duplicate function
2020-06-28 21:09:09 +02:00
Friedrich Lindenberg
37c0f87d10
Adopt banal for utility functions
2020-06-28 18:58:00 +02:00