8 Commits

Author SHA1 Message Date
Darek Slusarczyk
d93d86fb32 orabug #31678047: prepared statements tests fail with the newest server
According to specification, in CRUD operations the 'bind' method is supported for parameter values in filter expression only. By accident it did work also for other methods like arrayAppend, arrayInsert, set, ... Although it stopped with the newest server, where some optimizations related to prepared statements have been introduced.
2020-09-30 20:25:36 +02:00
Darek Slusarczyk
bc246ca9dc orabug #30258670: CollectionModify.arrayInsert vs bind: cannot use bindings for arrayInsert
- fix for cases where bindings are applied in more functions in one CRUD call
- modify test cases to verify more binding options for Collection CRUD operations
2019-09-12 20:32:02 +02:00
Darek Slusarczyk
34bf4829d1 fix testcases - strings with apostrophe ' enclose with quotation marks " (remove escaping \') 2019-09-01 22:56:16 +02:00
Filip Janiszewski
f150500677 WL#12188: Prepared Statement
Implementation of the feature
2019-02-26 08:14:17 +01:00
Darek Slusarczyk
5c5a5919ba refactoring - big removal of 'node' token
- replace all $nodeSession => $session
build/tests pass
2018-03-14 20:12:11 +01:00
Darek Slusarczyk
5e6163b809 always send _id to server as string, if user passes it in other form in doc, then log warning
- CR fixes
- add integer field 'ordinal' in test collection for easy operating on int index in tests
2018-01-12 16:30:47 +01:00
Darek Slusarczyk
5349bd9edd changes for newest server 8.0.5
- pass _id always as string (convert to string if needed, e.g. when user passes _id as integer in doc)
- fix tests to pass
2018-01-10 19:10:35 +01:00
Filip
42d3c48d14 Rename TC's 2017-11-17 15:44:38 +01:00