Files
wlan-cloud-lib-poco/SQL
Aleksmia e60ece37d4 Feature PosgreSQL copy in (#2529)
* Added unit-test for testing support COPY FROM feature of PostgreSQL

Test try execute simple usage of COPY FROM with batch of data such as std::vector<int>

* Made main logic of feature COPY IN for SQL/PostgreSQL

* Added bulk binding for general types.
* Added support of bulk bindings for user types. For supporting this feature user needs implement
yet another TypeHandler<> for std::vector<T> which contains pointer to SQL::PostgreSQL::Binder in
params instead of SQL::Binder.
* Added yet another test-case for testing usage COPY IN with user types.

Other functionality need implement by developing COPY OUT feature.

* Check with a large number of objects

* Added tests for complex inserting thru std::list<> and std::deque<> by COPY IN mode

* Made feature COPY IN for batches of data like std::list<> and std::deque<>

* Changed spaces to tabs and was a little refactoring

* Fix new line in for-loops
2018-11-27 08:20:29 -06:00
..
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00
2018-01-18 11:29:28 -06:00