forked from pool/python-apsw
Accepting request 1089348 from devel:languages:python
- update to 3.42.0.0:
* Shell: Errors when SQLite are preparing a statement now show
the relevant extract of the query, and where the error was
detected.
* Shell: Output modes table (ASCII line drawing, lots of
sanitization), box (Unicode line drawing) and
qbox (box with quoted values) available.
* Shell: if started interactively then box is the default mode
(list remains the default in non-interactive)
* Added :meth:`Connection.pragma` to execute pragmas
and get results.
* Added :attr:`Cursor.get` returning query results with the
least amount of structure.
* Fixed execution tracers should return comment text for
comment only queries, and add :attr:`Cursor.has_vdbe`.
* Ensure that all applicable options are implemented for
:func:`apsw.config`, :meth:`Connection.config` and similar.
* Added :func:`apsw.sleep`
* Strings for :meth:`apsw.VFS.xNextSystemCall` are interned
* Detect unbound recursion not handled by CPython, and handle
better.
OBS-URL: https://build.opensuse.org/request/show/1089348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apsw?expand=0&rev=15
This commit is contained in:
BIN
3.41.2.0.tar.gz
LFS
BIN
3.41.2.0.tar.gz
LFS
Binary file not shown.
3
3.42.0.0.tar.gz
Normal file
3
3.42.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cc0654b7c6b76e4b9b2a1300d19e79b9b9d9c6b918b8683e23da2d1209e9281
|
||||
size 863081
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 21:01:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.42.0.0:
|
||||
* Shell: Errors when SQLite are preparing a statement now show
|
||||
the relevant extract of the query, and where the error was
|
||||
detected.
|
||||
* Shell: Output modes table (ASCII line drawing, lots of
|
||||
sanitization), box (Unicode line drawing) and
|
||||
qbox (box with quoted values) available.
|
||||
* Shell: if started interactively then box is the default mode
|
||||
(list remains the default in non-interactive)
|
||||
* Added :meth:`Connection.pragma` to execute pragmas
|
||||
and get results.
|
||||
* Added :attr:`Cursor.get` returning query results with the
|
||||
least amount of structure.
|
||||
* Fixed execution tracers should return comment text for
|
||||
comment only queries, and add :attr:`Cursor.has_vdbe`.
|
||||
* Ensure that all applicable options are implemented for
|
||||
:func:`apsw.config`, :meth:`Connection.config` and similar.
|
||||
* Added :func:`apsw.sleep`
|
||||
* Strings for :meth:`apsw.VFS.xNextSystemCall` are interned
|
||||
* Detect unbound recursion not handled by CPython, and handle
|
||||
better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 09:22:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-apsw
|
||||
Version: 3.41.2.0
|
||||
Version: 3.42.0.0
|
||||
Release: 0
|
||||
Summary: Another Python SQLite Wrapper
|
||||
License: Zlib
|
||||
|
||||
Reference in New Issue
Block a user