rebase to latest upstream source
Version: 09.06.0100-1
This commit is contained in:
parent
1227ed568e
commit
e761b19d81
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/psqlodbc-09.05.0400.tar.gz
|
||||
/psqlodbc-09.06.0100.tar.gz
|
||||
|
@ -10,40 +10,21 @@ http://www.postgresql.org/message-id/3259874.lgiBp3an9Y@nb.usersys.redhat.com
|
||||
---
|
||||
|
||||
diff --git a/test/expected/param-conversions.out b/test/expected/param-conversions.out
|
||||
index 449a398..777cc94 100644
|
||||
index 777cc94..449a398 100644
|
||||
--- a/test/expected/param-conversions.out
|
||||
+++ b/test/expected/param-conversions.out
|
||||
@@ -72,12 +72,12 @@ Error while executing the query
|
||||
|
||||
Testing "SELECT 1.3 > ?" with SQL_C_CHAR -> SQL_FLOAT param "3', 'injected, BAD!', '1"...
|
||||
SQLExecDirect failed
|
||||
+22P02=ERROR: invalid input syntax for type double precision: "3', 'injected, BAD!', '1";
|
||||
-22P02=ERROR: invalid input syntax for type numeric: "3', 'injected, BAD!', '1";
|
||||
Error while executing the query
|
||||
|
||||
Testing "SELECT 1.4 > ?" with SQL_C_CHAR -> SQL_FLOAT param "4 \'bad', '1"...
|
||||
SQLExecDirect failed
|
||||
+22P02=ERROR: invalid input syntax for type double precision: "4 \'bad', '1";
|
||||
-22P02=ERROR: invalid input syntax for type numeric: "4 \'bad', '1";
|
||||
Error while executing the query
|
||||
|
||||
Testing "SELECT 1-?" with SQL_C_CHAR -> SQL_INTEGER param "-1"...
|
||||
diff --git a/test/expected/param-conversions_1.out b/test/expected/param-conversions_1.out
|
||||
index 8c8e003..20f97b5 100644
|
||||
--- a/test/expected/param-conversions_1.out
|
||||
+++ b/test/expected/param-conversions_1.out
|
||||
@@ -71,12 +71,12 @@ Error while executing the query
|
||||
|
||||
Testing "SELECT 1.3 > ?" with SQL_C_CHAR -> SQL_FLOAT param "3', 'injected, BAD!', '1"...
|
||||
SQLExecDirect failed
|
||||
+22P02=ERROR: invalid input syntax for type double precision: "3', 'injected, BAD!', '1";
|
||||
-22P02=ERROR: invalid input syntax for type numeric "3', 'injected, BAD!', '1";
|
||||
Error while executing the query
|
||||
|
||||
Testing "SELECT 1.4 > ?" with SQL_C_CHAR -> SQL_FLOAT param "4 \'bad', '1"...
|
||||
SQLExecDirect failed
|
||||
+22P02=ERROR: invalid input syntax for type double precision: "4 \'bad', '1";
|
||||
-22P02=ERROR: invalid input syntax for type numeric: "4 \'bad', '1";
|
||||
+22P02=ERROR: invalid input syntax for type double precision: "4 \'bad', '1";
|
||||
Error while executing the query
|
||||
|
||||
Testing "SELECT 1-?" with SQL_C_CHAR -> SQL_INTEGER param "-1"...
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: postgresql-odbc
|
||||
Summary: PostgreSQL ODBC driver
|
||||
Version: 09.05.0400
|
||||
Release: 4%{?dist}
|
||||
Version: 09.06.0100
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Applications/Databases
|
||||
URL: http://%{upstream_name}.projects.postgresql.org/
|
||||
@ -100,6 +100,10 @@ the PostgreSQL unixODBC driver.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 06 2017 Pavel Raiskup <praiskup@redhat.com> - 09.06.0100-1
|
||||
- rebase to latest upstream version, per release notes:
|
||||
https://odbc.postgresql.org/docs/release.html
|
||||
|
||||
* Thu Oct 20 2016 Pavel Raiskup <praiskup@redhat.com> - 09.05.0400-4
|
||||
- provide 'psqlodbc', we possibly should rename the package in future
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user