Commit Graph

5927 Commits

Author SHA1 Message Date
Eran Hammer-Lahav
19dca2aa79 Feature Request #1873922
Add project and solution files for Visual Studio 2008
2008-01-17 18:07:39 +00:00
Eran Hammer-Lahav
549d2751b1 Feature Requests item #1873929
Add ability to include name in SMTP sender field
2008-01-17 16:49:03 +00:00
Guenter Obiltschnig
3edd579220 PageCompiler refactoring 2008-01-17 15:39:01 +00:00
Guenter Obiltschnig
e045036163 committed ApacheConnector 2008-01-16 18:20:15 +00:00
Guenter Obiltschnig
fdc2e6c0eb added PageCompiler 2008-01-16 18:19:08 +00:00
Aleksandar Fabijanic
41c775b41d - use() takes reference now
- bind() for constants
- Statement: allow for easier external binding supply
2008-01-16 03:32:10 +00:00
Aleksandar Fabijanic
48d0d9fef9 fix for SF 1871946 (no exception thrown on error) 2008-01-16 00:25:28 +00:00
Aleksandar Fabijanic
4d0817e8f9 format() bool support 2008-01-15 02:44:47 +00:00
Aleksandar Fabijanic
ae607d40e5 format() bool support 2008-01-15 02:43:04 +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
b57f579d16 SyntaxExcpetion changed into DataFormatException; couple of comment fixes 2008-01-05 21:22:12 +00:00
Aleksandar Fabijanic
e1d27fecba RowFormatter redesign, sample and some other minor changes 2008-01-05 21:19:33 +00:00
Aleksandar Fabijanic
76079f5baa unixODBC Unicode support (compiles, not tested) 2008-01-05 20:47:42 +00:00
Aleksandar Fabijanic
6adc6346e6 UnixODBC Unicode support (!not tested!) 2008-01-02 00:20:06 +00:00
Aleksandar Fabijanic
ad61968449 bulk internal extraction fixes and tests; some renaming/refactoring 2007-12-21 02:33:26 +00:00
Aleksandar Fabijanic
7a6904b383 internal bulk extraction; some fixes for recently added features 2007-12-20 00:20:13 +00:00
Aleksandar Fabijanic
8c3d87b1c7 std::deque and std::list bulk support 2007-12-19 02:37:40 +00:00
Aleksandar Fabijanic
1c4e777ab3 - added session "bulk" feature
- removed ODBC driver capability check
2007-12-17 00:20:04 +00:00
Aleksandar Fabijanic
c26de87394 added bulk, removed step 2007-12-16 17:44:46 +00:00
Aleksandar Fabijanic
33ed26b48b undo the mistakenly committed sample code 2007-11-24 17:37:08 +00:00
Aleksandar Fabijanic
8e45ef4f09 undo the mistakenly committed sample code 2007-11-24 17:09:30 +00:00
Aleksandar Fabijanic
6e0efdc493 some win Unicode fixes 2007-11-23 13:53:39 +00:00
Aleksandar Fabijanic
2e10390593 - Unicode support (Windows only at this time, UNIX T.B.D.)
- SF bug #1836684 fix (ODBC data lengths in subsequent execute calls)
- many refactoring/cosmetic changes
2007-11-22 23:11:51 +00:00
David Shawley
fbb1c1fd44 * include/Poco/Tuple.h
- Named the inner enumerations to fix SF issue#1834127
* include/Poco/RunnableAdapter.h
  - Added missing ``return *this'' to RunnableAdapter::operator=
* src/TaskManager.cpp
  - Added try-catch block in TaskManager::start to ensure that _taskList
    is properly maintained. Fix for SF issue#1829700
* testsuite/src/TaskManagerTest.cpp
* testsuite/src/TaskManagerTest.h
  - Added test cases for SF issue@1829700
2007-11-18 18:26:24 +00:00
Aleksandar Fabijanic
6068e26cdd added Step, Date, Time 2007-11-12 15:21:48 +00:00
Aleksandar Fabijanic
fca08a18df step, date, time 2007-11-10 23:21:28 +00:00
Aleksandar Fabijanic
95c5230389 batch statements (multiple results) support 2007-11-06 02:18:32 +00:00
Peter Schojer
ae34e0ff3b gcc compile fixes 2007-11-05 07:34:09 +00:00
Aleksandar Fabijanic
c3c422d87d multiple results (WIP, compiles and tests pass) 2007-11-04 23:33:07 +00:00
Aleksandar Fabijanic
9a5a611cc1 tidy-up 2007-10-31 22:14:32 +00:00
Aleksandar Fabijanic
dacc28ff55 renamed _ptr => _pImpl 2007-10-31 22:08:15 +00:00
Aleksandar Fabijanic
a6aa475b55 Any and DynamicAny out and io 2007-10-31 21:48:22 +00:00
Peter Schojer
d248862406 fixed include 2007-10-31 07:16:11 +00:00
Aleksandar Fabijanic
e7ac6e383c Any and DynamicAny binding/extraction 2007-10-31 01:29:21 +00:00
Aleksandar Fabijanic
76221cc707 Oracle stored proc recordset retrieval 2007-10-30 19:46:55 +00:00
Peter Schojer
bd2a18d7a8 beautify 2007-10-30 07:23:18 +00:00
Peter Schojer
0a2cae61ff changed getExpiration to getTimeout for Accesscaches 2007-10-30 07:22:47 +00:00
Peter Schojer
6987146b6c new tests for the UniqueAccess caches 2007-10-29 14:50:09 +00:00
Peter Schojer
383929fb39 new tests for the UniqueAccess caches 2007-10-29 14:48:39 +00:00
Peter Schojer
65579e4612 Added Accesscaches 2007-10-29 14:37:40 +00:00
Peter Schojer
4d71a6e1d5 Added UniqueAccess caches 2007-10-29 14:36:40 +00:00
Peter Schojer
9381a34928 made UniqueExpireStrategies member protected 2007-10-29 07:15:24 +00:00
Peter Schojer
1e10c31a18 Updated docu for ExpireCache 2007-10-29 07:14:12 +00:00
Peter Schojer
e37a89007d added more cache classes 2007-10-29 07:13:21 +00:00
Peter Schojer
6eacc0ec0f Added cache classes 2007-10-29 07:11:23 +00:00
Aleksandar Fabijanic
424b717920 support for stored procedures returning recordset 2007-10-28 23:08:35 +00:00
Aleksandar Fabijanic
9ea88d25dd swap optimization 2007-10-27 18:53:32 +00:00
Aleksandar Fabijanic
5eb03ba814 outline nvl 2007-10-27 18:52:25 +00:00
Aleksandar Fabijanic
98191f1b2b nvl reversed to DynamicAny 2007-10-23 19:40:06 +00:00
Aleksandar Fabijanic
65587e39a3 operators <, <=, >, >= 2007-10-21 23:46:14 +00:00