Commit Graph

704 Commits

Author SHA1 Message Date
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
Friedrich Lindenberg
be81e8f000
Merge pull request #397 from xqm32/fix-typo
docs: fix typo for `Database.query()`
2022-06-03 08:54:53 +02: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
Friedrich Lindenberg
6cdafa59b0
Merge pull request #388 from kapily/rename_to_on_connec
Rename to on connect statements
2021-11-17 18:10:09 +01:00
Kapil Yedidi
5f17e92293 Rename to on connect statements 2021-11-17 09:09:03 -08:00
Friedrich Lindenberg
d0491ec0e3
Merge pull request #386 from kapily/add_arbitrary_pragmas
Allow passing in arbitrary sqlite pragmas
2021-11-17 17:53:22 +01: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
Friedrich Lindenberg
63c8357d1b
Merge pull request #385 from ammgws/patch-1
docs: fix broken examples for `find`
2021-10-29 13:49:21 +02:00
Jason Nader
6ade1fdeb8
docs: fix examples for find 2021-10-27 15:07:52 +09:00
Friedrich Lindenberg
e5d52d6eee
Merge pull request #381 from mijaba/master
Fix for startswith/endswith
2021-08-11 20:59:22 +02:00
mijaba
79a47a4f6a
Merge pull request #1 from mijaba/mijaba-patch-1
Update table.py to fix startswith/endswith
2021-08-11 14:29:15 +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
Friedrich Lindenberg
41b7552df1
Merge pull request #376 from Remalloc/master
Remove all keys from values
2021-07-29 15:49:56 +02:00
Friedrich Lindenberg
01866c0a61
Create FUNDING.yml 2021-06-25 13:51:49 +02:00
remalloc.virtual@gmail.com
7f49e89350 Remove all keys from values 2021-06-09 14:16:40 +08:00
Friedrich Lindenberg
f7254e5021
Merge pull request #373 from Remalloc/master
Update api.rst
2021-06-07 09:37:21 +02:00
Remalloc
bd307909ef
Update api.rst
Add missing method "update_many"
2021-06-03 14:31:55 +08:00
Friedrich Lindenberg
8f78466fcb
Merge pull request #368 from pudo/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-05-28 13:31:42 +02:00
dependabot-preview[bot]
8bccd6264b
Upgrade to GitHub-native Dependabot 2021-04-28 22:02:23 +00: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
Friedrich Lindenberg
45794d349f
Merge pull request #364 from branchjoshua/bugfix-database-close
Fixes pudo/dataset#363
2021-04-22 18:46:59 +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
Friedrich Lindenberg
d230a7912b
Merge pull request #360 from kapily/master
More functions for generate clause
2021-02-08 10:57:55 +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
2de3e0b84c Correct the query documentation. Fixes #357, fixes #353. 2021-01-17 12:45:29 +01:00
Friedrich Lindenberg
97d67e397d Bump version: 1.4.2 → 1.4.3 2020-12-30 22:33:06 +01:00
Friedrich Lindenberg
2cce18dfb6 Clean up a bit 2020-12-30 22:28:12 +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