Günter Obiltschnig
88ce18e198
fixed GH #1404 : Add Poco::Data::Statement::bind() method
2017-11-08 19:30:40 +01:00
zosrothko
f2e58c17e8
Add Gradle build scripts.
2017-10-31 09:07:53 +01:00
Alex Fabijanic
1b2bd22d34
wrong field size calculation in ODBC code #1659 and other develop backports
2017-10-30 13:24:32 -05:00
Alex Fabijanic
43195651af
Poco::Data ODBC impl doesn't bind to unsigned numeric types properly #1683
2017-10-20 22:14:07 -05:00
Alex Fabijanic
94e9f2eec2
getConnectionTimeout of SQLite DB wrapper returns wrong value (in milliseconds, should be in seconds) #1729
2017-10-12 20:46:53 -05:00
Alex Fabijanic
c7f105d1cd
DateTime wrong binding/extraction for MySQL database #1897 ; add docker mysql runtests
2017-10-07 12:43:04 -05:00
Günter Obiltschnig
04e7e04d4d
Remove \$Id`$ headers
2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
c7a11d5722
upgrade bundled sqlite to 3.20.1
2017-09-01 19:54:41 +02:00
Günter Obiltschnig
da6e1d97ef
upgraded bundled sqlite to 3.20.0
2017-08-12 20:53:08 +02:00
Guenter Obiltschnig
f10d3a28f3
added Visual Studio 2017 project files
2017-02-20 16:20:16 +01:00
Guenter Obiltschnig
2de97f7ef4
fixed file headers
2017-02-18 14:30:54 +01:00
Guenter Obiltschnig
6548da5678
fixed docs
2017-02-18 14:03:55 +01:00
Guenter Obiltschnig
39ef64eead
GH #1558 : upgrade bundled SQLite to 3.16.2
2017-02-11 20:07:10 +01:00
Guenter Obiltschnig
f88eaabcea
fixed GH #1571 : ODBC Preparator memory leak
2017-02-11 12:24:36 +01:00
Guenter Obiltschnig
642bf58480
fixed GH #1532 : RecordSet and RowFilter: bad use of reference counter
2016-12-30 10:06:06 +01:00
Guenter Obiltschnig
ba4a5af389
fixed GH #1461 : Poco::Data::SQLite::SQLiteStatementImpl::next() error
2016-12-07 13:05:24 +01:00
Guenter Obiltschnig
77df1f6d3f
fixed GH #1436 : ODBC Bug: Unicode text(NVARCHAT) read from DB is truncated to half.
2016-12-07 12:55:40 +01:00
Jan Viktorin
45642a3d4f
Support ODBC GUID data type as string
...
The ODBC defines SQL_GUID datatype in sqlext.h. It is used
e.g. for transfer of UUID datatype from PostgreSQL.
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
2016-11-12 21:25:23 +01:00
Jan Viktorin
97cbd9f03d
ODBC: fix uninitialized variable
...
This prevents valgrind reports like:
==18426== Conditional jump or move depends on uninitialised value(s)
==18426== at 0x6423EB5: Poco::Data::StatementImpl::execute(bool const&) (in /usr/lib/libPocoDatad.so.46)
==18426== by 0x641DB5F: Poco::Data::Statement::execute(bool) (in /usr/lib/libPocoDatad.so.46)
==18426== by 0x632A0C: Poco::Data::Keywords::now(Poco::Data::Statement&) (Statement.h:443)
==18426== by 0x641C8E5: Poco::Data::Statement::operator,(void (*)(Poco::Data::Statement&)) (in /usr/lib/libPocoDatad.so.46)
...
==18426== Uninitialised value was created by a stack allocation
==18426== at 0x6A1A170: Poco::Data::ODBC::ODBCStatementImpl::affectedRowCount() const (in /usr/lib/libPocoDataODBCd.so.46)
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
2016-11-10 19:52:38 +01:00
Guenter Obiltschnig
91f0b270a6
fixed GH #1464 : ODBCMetaColumn::init() always maps integer NUMERIC/DECIMAL to Int32
2016-10-22 10:06:43 +02:00
Guenter Obiltschnig
c4c5f18b97
fixed typo in testsuite
2016-10-14 11:51:23 +02:00
Guenter Obiltschnig
22a5def393
initialize all members in ctor
2016-09-26 18:10:07 +02:00
Guenter Obiltschnig
26ccbe2504
fixed uninitialized members in ctor
2016-09-26 17:50:28 +02:00
Guenter Obiltschnig
5ad31f2236
initialize all members in default ctor
2016-09-26 17:42:01 +02:00
Guenter Obiltschnig
0a1a4f70dd
style fix
2016-09-26 17:00:20 +02:00
Guenter Obiltschnig
8a9b7abe2f
bugfix: _null member not initialized in ctor
2016-09-26 16:53:59 +02:00
Guenter Obiltschnig
f3e0bf540d
handle connection lost/server gone error when starting a transaction
2016-09-15 12:02:52 +02:00
Guenter Obiltschnig
7c37f18f84
fixed some warnings and minor issues detected by clang-analyzer
2016-09-13 11:37:12 +02:00
Guenter Obiltschnig
154a202142
don't include connection string in exception message
2016-09-11 01:41:42 +02:00
Günter Obiltschnig
04ade7b2b2
fixed GH #1252 : Unable to compile Poco::Data for Windows Compact Embedded 2013
2016-08-27 11:14:24 +02:00
Guenter Obiltschnig
4232d0b497
updated sqlite to 3.14.1
2016-08-27 08:45:01 +02:00
Guenter Obiltschnig
d62a3bed69
fixed GH #1300 : Session constructor hangs
2016-07-03 14:13:40 +02:00
Guenter Obiltschnig
65ef15d98f
upgraded bundled SQLite to 3.13.0
2016-07-03 11:16:47 +02:00
Guenter Obiltschnig
b530485f92
#1221 : upgrade bundled sqlite to 3.12.2
2016-04-21 10:08:36 +02:00
Guenter Obiltschnig
4ee483d930
style fixes
2016-04-16 09:49:03 +02:00
Guenter Obiltschnig
0c91f8714d
upgraded bundled SQLite to 3.12.1
2016-04-11 10:47:55 +02:00
Guenter Obiltschnig
ed23f24639
fixed GH #1236 : Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows
2016-04-11 10:38:33 +02:00
Guenter Obiltschnig
089dd0e2d2
upgraded bundled sqlite to 3.11.1
2016-03-19 07:59:18 +01:00
Guenter Obiltschnig
6f44a02a65
another fix for #1203 : need to reset _rowMap as well. Also, don't hide reset() from base class
2016-03-17 10:07:40 +01:00
Guenter Obiltschnig
58751caca0
fixed GH# #1203 : Poco::Data::RecordSet should be reusable
2016-03-17 09:15:23 +01:00
Guenter Obiltschnig
6572db8df0
better logging if rollback fails with Exception
2016-03-12 20:39:51 +01:00
Guenter Obiltschnig
2500d55297
fixed typo
2016-03-12 20:20:35 +01:00
Guenter Obiltschnig
dcfc20a247
another attempt at #1187 : retry mysql_stmt_prepare if server has gone away
2016-03-11 14:46:32 +01:00
Guenter Obiltschnig
9a81312bcf
fix for #1187 : don't set timeout to zero
2016-03-10 21:29:11 +01:00
Guenter Obiltschnig
8b5761c78a
fixed GH #1171 : Poco::Data::RecordSet: rowCount not reset after execute
2016-03-04 14:03:25 +01:00
Guenter Obiltschnig
4da3f6e645
fixed ODBC testsuite driver
2016-03-04 12:26:24 +01:00
Guenter Obiltschnig
d5a08a8564
added explicit connector registration
2016-03-01 18:31:50 +01:00
Guenter Obiltschnig
b3a503c13e
removed automatic Connector registration in ODBC and SQLite
2016-03-01 17:40:58 +01:00
Guenter Obiltschnig
ce4341e96b
removed automatic registration as it can cause a deadlock in mysql_library_init
2016-03-01 11:48:14 +01:00
Guenter Obiltschnig
6c66d0b49e
fix leap year issues in testsuites
2016-02-29 10:18:11 +01:00