15
0
forked from pool/python-apsw

- Update the sqlite dependency

- Update to 3.31.1:
  * Fix deprecated universal newline use in shell (#283)
  * Shell now uses pragma function_list to get list of functions for tab completion

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-03 09:51:19 +00:00
committed by Git OBS Bridge
parent 4004891b38
commit 73b4c204c2
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update the sqlite dependency
- Update to 3.31.1:
* Fix deprecated universal newline use in shell (#283)
* Shell now uses pragma function_list to get list of functions for tab completion
-------------------------------------------------------------------
Tue Feb 4 19:50:05 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
@@ -7,7 +15,6 @@ Tue Feb 4 19:50:05 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
* Updated hashing of SQL statements
* Updated Connection.config() with all current SQLITE_DBCONFIG constants
-------------------------------------------------------------------
Tue Sep 10 13:32:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>