Aleksandar Fabijanic
142c248754
use std::size_t in Data interfaces (may break some code on 64-bit platforms)
2009-02-16 03:34:35 +00:00
Marian Krivos
5b320c2894
Very basic but functional (at least on linux with gcc) support
...
for CMake build system
.
It is strongly recomended to use out-of-source build to preserve
original Poco makefiles.
http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
I have tested unix makefile generating and Eclipse CDT4 generating.
Supported are static/dynamic and debug/release targets.
On now only core libs are included: CppUnit, Foundation,
Data, Data/SQLite, Util, Net and XML. But autodetection
of OpenSSL, MySQL and ODBC is working OK already.
CPack and CTest nor library install still doesn't work, only building.
This is only the start.
2009-02-15 15:49:19 +00:00
Aleksandar Fabijanic
d11f007d23
[SF 2580108] Improve transaction handling
2009-02-08 23:14:54 +00:00
Peter Schojer
75ecce9cc4
added support for RENESAS, compile fixes for RENESAS
2009-01-22 08:14:22 +00:00
Aleksandar Fabijanic
b38f5ce99c
[SF 2505290] DB connection as URI (MySQL not tested!)
2009-01-13 19:51:48 +00:00
Aleksandar Fabijanic
a42e8d919b
[SF 2272430] BLOB and CLOB
...
Renamed:
(Abstract)Preparation => (Abstract)Preparator
(Abstract)Prepare => (Abstract)Preparation
2008-11-24 00:38:23 +00:00
Peter Schojer
eb7c6e8a9a
updated null test
2008-10-07 13:03:32 +00:00
Peter Schojer
c66d320a02
added SharedPtr test
2008-10-07 12:56:02 +00:00
Guenter Obiltschnig
46c41fcd42
SQLite3 fixes
2008-09-18 11:14:41 +00:00
Aleksandar Fabijanic
f0ffa66fc3
disable MSVC warnings
2008-09-11 11:59:48 +00:00
Peter Schojer
2febc946df
updated sqlite to 3.6.2
2008-09-10 12:47:08 +00:00
Peter Schojer
b74e41b626
added std::pair support
2008-09-02 07:02:58 +00:00
Aleksandar Fabijanic
b1f895eed8
DynamicAny improvements (now holds any type out-of-the-box), some refactoring and documentation improvements
2008-06-30 00:26:54 +00:00
Guenter Obiltschnig
c23141fa4d
added release scripts
2008-06-09 18:42:07 +00:00
Aleksandar Fabijanic
4e774e71aa
SunOS build consolidation:
...
build/config/SunOS renamed to SunOS-SunForte
added build/config/SunOS-SunStudio
modified build/rules/global to select proper configuration based on detected Sun compiler version
disabled spurious hidevf warning for Data/testsuite and Data/SQLite Sun build
2008-05-28 19:08:40 +00:00
Aleksandar Fabijanic
d6ace3c20a
various use()/useRef()/bind() case tests
2008-05-25 16:09:11 +00:00
Aleksandar Fabijanic
1c393ae9ab
VS 71 projects and solutions
2008-03-27 14:53:54 +00:00
Guenter Obiltschnig
6827e13c0f
added shared cache support to sqlite
2008-03-26 09:11:18 +00:00
Aleksandar Fabijanic
d2de70c58a
namespace Keywords (!!! breaks existing code !!!)
...
Following keywords were moved from Poco:Data to Poco::Data::Keywords namespace
- now
- use
- bind
- into
- in
- out
- io
- from
- bulk
- null
- limit
- upperLimit
- lowerLimit
- range
2008-03-20 20:31:23 +00:00
Aleksandar Fabijanic
5bf096bb2a
- SF [1800596] VS Solutions (ver. 8.0 and 9.0)
...
- SF [1621372] Build Scripts (all Windows scripts consolidated in one)
- eliminated warnings in sqlite3.c
- updated components file
2008-02-17 17:14:33 +00:00
Aleksandar Fabijanic
78349bba1f
bind() arguments change
2008-02-08 21:21:20 +00:00
Guenter Obiltschnig
cf60e2a5d8
updated Data samples; updated SQlite to 3.5.5
2008-02-03 13:48:59 +00:00
Aleksandar Fabijanic
bc8f7e8680
some compilation refactoring
2008-01-22 02:05:04 +00:00
Aleksandar Fabijanic
5e1605823b
SQLite multiple statement handling
2008-01-21 00:56:52 +00:00
Eran Hammer-Lahav
19dca2aa79
Feature Request #1873922
...
Add project and solution files for Visual Studio 2008
2008-01-17 18:07:39 +00:00
Aleksandar Fabijanic
48d0d9fef9
fix for SF 1871946 (no exception thrown on error)
2008-01-16 00:25:28 +00:00
Aleksandar Fabijanic
9e8e627347
- SQL logging channel and archiving strategy
...
- row formatting refactored
- affected row count for insert, delete and update returned from Statement::execute()
- internal SQL string formatting capability using Poco::format()
2008-01-12 18:25:27 +00:00
Aleksandar Fabijanic
e1d27fecba
RowFormatter redesign, sample and some other minor changes
2008-01-05 21:19:33 +00:00
Aleksandar Fabijanic
c26de87394
added bulk, removed step
2007-12-16 17:44:46 +00:00
Aleksandar Fabijanic
fca08a18df
step, date, time
2007-11-10 23:21:28 +00:00
Aleksandar Fabijanic
a6aa475b55
Any and DynamicAny out and io
2007-10-31 21:48:22 +00:00
Aleksandar Fabijanic
e7ac6e383c
Any and DynamicAny binding/extraction
2007-10-31 01:29:21 +00:00
Aleksandar Fabijanic
98191f1b2b
nvl reversed to DynamicAny
2007-10-23 19:40:06 +00:00
Aleksandar Fabijanic
d9364e8f51
some async-robustness additions and tests for Statement
2007-09-30 16:42:17 +00:00
Aleksandar Fabijanic
6e380b6b13
Various feature additions and fixes:
...
- asynchronous execution for Data::Statement
- ActiveMethod copy and assignment
- added Data components to $POCO_BASE/components
- SQLite 64-bit integer default
- SessionPool timer seconds to milliseconds
- ODBC fix for subsequent calls to execute()
- std::deque (instead of std::vector) as default container
2007-09-29 18:40:43 +00:00
Guenter Obiltschnig
dfbc0e1d24
added Session::isTransaction()
2007-08-10 14:08:45 +00:00
Aleksandar Fabijanic
b2977d3df2
Row and RowIterator done and tested (windows and linux)
2007-06-23 01:22:55 +00:00
Aleksandar Fabijanic
366ac99f7d
unused variable warning cleanup
2007-06-21 01:29:29 +00:00
Aleksandar Fabijanic
7fac905b65
null bindings and RecordSet::isNull (SQLite done and tested, ODBC todo)
2007-06-19 23:24:16 +00:00
Guenter Obiltschnig
0b2b989a95
SQLite fixes; minor cosmetic fixes
2007-06-13 15:11:21 +00:00
Guenter Obiltschnig
d480055a85
final Data changes
2007-05-16 11:23:29 +00:00
Aleksandar Fabijanic
6027101fa6
0-based col/row, RecordSet metadata, Tuple sample
2007-05-16 04:17:03 +00:00
Guenter Obiltschnig
b9f60b8f5e
some renaming and clean-up
2007-05-15 18:34:37 +00:00
Guenter Obiltschnig
01bcb63000
committed Data
2007-05-12 14:41:03 +00:00