forked from pool/sqlite3
- Fix a boundary condition error introduced by version 3.12.0 that
can result in a crash during heavy SAVEPOINT usage. - Fix views so that they inherit column datatypes from the table that they are defined against, when possible. - Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=157
This commit is contained in:
committed by
Git OBS Bridge
parent
3c63068c63
commit
c5699505fb
@@ -19,9 +19,9 @@
|
||||
# Simplify building on RH for Application:Geo (SR#212812).
|
||||
%define pname sqlite3
|
||||
%define oname sqlite
|
||||
%define tarversion 3120000
|
||||
%define tarversion 3120100
|
||||
Name: %{pname}
|
||||
Version: 3.12.0
|
||||
Version: 3.12.1
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Reference in New Issue
Block a user