Commit Graph

1885 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
f0f7f0fd3c Merge pull request #98 from fbraem/develop
Develop
2013-02-19 13:42:56 -08:00
fbraem
005e629fc7 Implement the correct way of traversing a cursor 2013-02-19 22:38:27 +01:00
fbraem
fb94876de2 Add a get method that doesn't throw, but returns a default argument instead 2013-02-19 22:38:00 +01:00
fbraem
a39b33b3e9 Add const to get method 2013-02-19 22:32:40 +01:00
fbraem
79c1edbdfb Add getLastErrorDoc and getLastError 2013-02-19 22:32:11 +01:00
Marian Krivos
ef1c594fb1 SF Feature requests #168 and #163 - part 2 2013-02-19 21:43:10 +01:00
Marian Krivos
4573b5e6be SF Feature requests #168 and #163 2013-02-19 21:29:58 +01:00
Aleksandar Fabijanic
a48e7ebb80 Merge pull request #96 from mkrivos/small_fixes
cmake addition and gcc warning fixes
2013-02-18 23:55:17 -08:00
Marian Krivos
9349786415 cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
aleks-f
c6ac318ac6 CHANGELOG 2013-02-18 14:32:14 -06:00
aleks-f
7354713433 GH #93: ParallelSocketAcceptor virtual functions
- fixed GH #93: ParallelSocketAcceptor virtual functions
- updated CHANGELOG
2013-02-18 14:31:27 -06:00
aleks-f
c1af36b973 delete from table optimization comment 2013-02-18 10:48:05 -06:00
aleks-f
32602031fc removed delete from table optimization workaround
- added more affected rows tests
- removed documentation and thes for "DELETE FROM TABLE" optimization
bug (fixed as of SQLite 3.6.5, see http://sqlite.org/lang_delete.html )
2013-02-18 10:46:49 -06:00
Aleksandar Fabijanic
11cddbf751 Merge pull request #91 from RangelReale/sqlitedual
Improve SQLite multi-threaded use
2013-02-18 08:33:38 -08:00
aleks-f
f78a4e8965 factor out Var destruction 2013-02-17 17:05:36 -06:00
aleks-f
9378680c0b Merge remote-tracking branch 'origin/ip-address-soo' into develop 2013-02-17 16:33:44 -06:00
aleks-f
efc0387838 gcc warning fix 2013-02-17 16:30:31 -06:00
Alex
6cae42a29c clang fixes 2013-02-17 16:11:09 -06:00
Aleksandar Fabijanic
5cf5693bf0 Merge pull request #92 from fbraem/develop
Develop
2013-02-17 13:17:10 -08:00
aleks-f
9ea546d981 more callbacks and transaction tests
- added callbacks for commit and rollback with tests
- added transaction tests
2013-02-17 15:12:07 -06:00
fbraem
13380b5eb9 Make indentation work in toString 2013-02-17 18:41:36 +01:00
fbraem
b19401af37 Solve wrong assert 2013-02-17 18:40:58 +01:00
fbraem
8d056ce2bf Escape special characters in toString of a string element 2013-02-17 18:40:41 +01:00
fbraem
1643089087 Add indent argument 2013-02-17 18:40:02 +01:00
fbraem
14ffc9ea4c #include for Poco::RegularExpression moved from element.h to it's correct place 2013-02-17 18:39:34 +01:00
Rangel Reale
7f6bc31364 * Use sqlite3_stmt_readonly to determine if sqlite3_changes should be called
* Remove sys.dual dependency, improving multi-threaded applications
2013-02-17 12:03:01 -03:00
Aleksandar Fabijanic
c24893b8ab Merge pull request #88 from fbraem/develop
Develop
2013-02-16 13:35:55 -08:00
fbraem
2f8d464d1f Merge remote-tracking branch 'origin/MongoDB' into develop 2013-02-16 20:56:15 +01:00
fbraem
f41e6f1b5b Add MongoDB 2013-02-16 20:53:48 +01:00
fbraem
249a813db4 Premake is not the official build tool of POCO, so remove it 2013-02-16 20:53:19 +01:00
fbraem
2f4d4129ab Add more build files 2013-02-16 20:51:58 +01:00
fbraem
72f041c21f Add missing Database 2013-02-16 20:51:36 +01:00
fbraem
c33b2506cf Rearrange initialisations to remove warnings 2013-02-16 20:51:23 +01:00
fbraem
39b685ee78 Add missing source files 2013-02-16 20:14:39 +01:00
fbraem
cd62f340b4 Rearrange some code and add getter for fullCollectionName 2013-02-16 19:56:32 +01:00
fbraem
d9296a0dc0 Change getMore test into Cursor test 2013-02-16 19:55:49 +01:00
fbraem
dfe27aa917 Cursor class is used to combine query and getmore requests 2013-02-16 19:55:23 +01:00
fbraem
bf315df7a6 Cleaning up code, add docs, add getMore sample ... 2013-02-15 22:32:24 +01:00
Aleksandar Fabijanic
5672d721be Merge pull request #86 from adrianimboden/develop
Fixed bug: Pointers to vector internas were given away and became invali...
2013-02-14 19:35:05 -08:00
fbraem
58958d2655 Add more tests 2013-02-14 22:54:06 +01:00
fbraem
c2dbb70b0b Implement toString 2013-02-14 22:53:45 +01:00
fbraem
8fddacd451 Update toString method 2013-02-14 22:51:51 +01:00
fbraem
9696d7d339 Add more functions 2013-02-14 22:51:30 +01:00
fbraem
b8e9cc1e23 Implement toString 2013-02-14 22:50:55 +01:00
fbraem
7818a6c046 Put quotes around string in toString, boolean is an unsigned value 2013-02-14 22:50:43 +01:00
fbraem
2475bebb30 Add elements(), make toString virtual and _elements protected 2013-02-14 22:49:53 +01:00
Guenter Obiltschnig
0ab5c9dcf6 added DNS::reload() 2013-02-14 16:35:04 +01:00
Guenter Obiltschnig
b3a3ece54e HTTPSession: always reset buffer pointers on connect to clear any leftover data from previous requests 2013-02-14 16:27:47 +01:00
Guenter Obiltschnig
e9ec584733 On Linux, Poco::Environment::nodeId() first always tries to obtain the MAC address of eth0 before trying other interfaces 2013-02-14 16:26:19 +01:00
fbraem
9a5b149a01 Correct some settings 2013-02-13 19:11:26 +01:00