Commit Graph

93 Commits

Author SHA1 Message Date
Friedrich Lindenberg
8c91b6feaa Bump version: 1.5.0 → 1.5.1 2021-11-17 18:32:29 +01:00
Jason Nader
6ade1fdeb8
docs: fix examples for find 2021-10-27 15:07:52 +09: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
0e5dee2357 Bump version: 1.4.5 → 1.5.0 2021-04-22 19:01:41 +02: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
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
remalloc.virtual@gmail.com
f81ed66732 Add missing method "upsert_many" in Table api doc 2020-09-01 12:25:27 +08:00
Friedrich Lindenberg
a17f2c8d5c Apply black 2020-08-02 12:52:11 +02:00
Tim Gates
ec4723e691
Fix simple typo: acessed -> accessed
Closes #306
2020-01-05 11:02:03 +11:00
Friedrich Lindenberg
4c46cd2594
Merge pull request #277 from zachvalenta/patch-2
fix typos
2019-07-13 14:14:14 +02:00
Simon Conseil
918480138b Add missing methods in Table api doc 2019-02-15 15:04:16 +01:00
zach valenta
a9433073da
fix typo 2019-01-22 22:09:36 -05:00
Unknown
f9a0f6de60 change wrong usage of sets to dicts 2018-06-14 07:02:45 +02:00
Unknown
f9bb652034 add find operators 2018-06-13 02:29:32 +02:00
Friedrich Lindenberg
6d1f42f48c begin using bumpversion. 2018-05-29 22:12:48 +03:00
Friedrich Lindenberg
a64e2f2fee
Merge pull request #231 from j-e-d/patch-1
Remove link to old documentation
2018-05-09 12:31:31 +02:00
Matthew D. Scholefield
81a6f6e4f8 Fix Export Data documentation 2018-01-13 11:18:05 -06:00
Juan E. D
cc190eea41
Remove link to old documentation 2017-11-26 11:02:21 -03:00
Friedrich Lindenberg
a049691749 Remove datafreeze component, fixes #217 2017-09-09 18:24:34 +02:00
Friedrich Lindenberg
f9d4113742 document connection pooling, fixes #211 2017-09-02 08:36:09 +02:00
Saun Shewanown
c1e82bb9ae Added insert_ignore and changed upsert. 2016-04-22 11:35:14 -04:00
ryneeverett
1565fe5fe2 Implement comparison operators. Resolve #128. 2016-03-24 17:57:26 -05:00
Friedrich Lindenberg
1df4b281f9 Fix up sidebar, fixes #124. 2015-06-08 12:23:15 +02:00
Friedrich Lindenberg
f2a26a8911 Secure ribbon :) 2015-05-23 16:43:18 +02:00
Friedrich Lindenberg
1103946acd Fix up docs a bit. 2015-05-23 16:38:53 +02:00
Friedrich Lindenberg
56d5b232d8 Include support for custom result row types, fixes #41. 2015-05-23 16:15:17 +02:00
Friedrich Lindenberg
e662d8bde7 Support for properly returning a query count. 2015-05-21 18:05:26 +02:00
Christopher Su
115093c43a Add drop_column to documentation 2015-03-12 13:21:03 -07:00
Vladimir Ulupov
9e43b6697b fix typo 2014-10-06 18:31:55 +04:00
Andrew McNett
8d4c6ecb55 quickstart typo: "invocing" should be "invoking"
:)
2014-09-21 21:28:37 -07:00
Friedrich Lindenberg
1bdd35ee84 fix logo link, fixes #104 2014-08-08 10:18:27 +02:00
Friedrich Lindenberg
9a91f3d113 Change documentation and update version. 2014-06-12 08:52:56 +03:00
Victor Kashirin
c78d5e00b2 Add documentation on transactions 2014-06-11 15:12:44 +04:00
ode79
a8f78cddc1 Fixed broken link. 2014-05-21 01:45:44 +01:00
Tyler Kennedy
7304f44068 Update index.rst
Remove the link to datafreeze, which no longer appears to be available (although a version seems to be available on pypi)
2014-02-27 15:11:16 -05:00
O. Emmerson
4caa2cb0cb Make examples in quickstart all work.
When creating the table in the 'Storing data' section the table created
was called 'person', rather than 'user' making the other examples not
work because 'user' was referred to rather than 'person'.

I added countries to the entered data so that later queries in the
quickstart return some data.

I changed examples of returned data in 'Inspecting databases and tables'
match what is actually returned.

In 'Reading data from tables' I make the examples return real data.
2014-02-27 16:13:06 +00:00
Friedrich Lindenberg
582af184de Extend docs. 2014-02-12 14:14:26 +01:00
Friedrich Lindenberg
7f881b440b Credit the Wehrmeyer. 2014-02-12 12:28:04 +01:00
Stefan Wehrmeyer
81a26a86e2 Convert print to function in documentation 2014-01-31 22:21:50 +01:00
Stefan Wehrmeyer
5f2c0193b8 Make print a function in documentation 2014-01-31 20:42:26 +01:00
Stefan Wehrmeyer
8f4cd59c9a Treat columns as ordered throughout code
The set() does not make anything any easier,
lists are closer to underlying representation.
2014-01-31 20:42:04 +01:00
Alasdair Nicol
c7b07d6ca8 Fix freeze examples in the docs 2013-11-12 14:14:53 +00:00
Friedrich Lindenberg
36cbd4e417 Mention driver packages, fixes #25 2013-09-19 19:14:46 +02:00
mattack108
a9be8300aa Update docs. 2013-07-14 22:05:52 +01:00