- 06 Ara, 2017 1 kayıt (commit)
-
-
Sanyam Khurana yazdı
-
- 07 Kas, 2017 1 kayıt (commit)
-
-
Anders Lorentsen yazdı
-
- 02 Kas, 2017 1 kayıt (commit)
-
-
Simon Willison yazdı
-
- 04 Nis, 2017 1 kayıt (commit)
-
-
csabella yazdı
* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor
-
- 26 Şub, 2017 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Aviv Palivoda.
-
- 19 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
This commit contains the following commits from ghaering/pysqlite: * https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739 * https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631 * https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6 * https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf With the following additions: * Fixed a refcount error * Fixed a compiler warning * Made the string comparison a little more robust * Added a whatsnew entry
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 29 Agu, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
creates not a cursor. Patch by Xiang Zhang.
-
- 24 Agu, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Jaysinh Shukla and Stéphane Wirtel.
-
- 14 Haz, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Alex LordThorsen.
-
Berker Peksag yazdı
sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge.
-
- 12 Haz, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
* Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 03 Haz, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Patch contributed by Dave Sawyer.
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Mar, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
If you pass -1, the callable can take any number of arguments. Added tests to verify the behavior. Initial patch by Cédric Krier.
-
Berker Peksag yazdı
The behaviour of the close method is tested by ClosedCurTests in Lib/sqlite3/test/dbapi.py. This is basically a backport of https://github.com/ghaering/pysqlite/issues/73.
-
Berker Peksag yazdı
-
- 18 Mar, 2016 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 31 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tests by Jessica McKellar.
-
- 05 Haz, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 01 Nis, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
- 23 Şub, 2013 1 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
- 09 Şub, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options.
-
- 11 Ock, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 01 Eki, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 25 Eyl, 2012 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 20 Agu, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Suggestion and patch by Mike Hoy.
-
- 21 May, 2012 1 kayıt (commit)
-
-
Hynek Schlawack yazdı
-