Randy Garces
a85b3a4fa0
GH-2550 Add support to wrap returning column ( #2554 )
...
* GH-2550 Add support to wrap returning column
- utilize `this.formatter.wrap` for every columnName in returningClause
* #2550 Add unit test
* Fix unit test
2018-04-05 00:36:38 +03:00
Igor Savin
09eb12638c
Update dependencies and fix ESLint warnings accordingly ( #2433 )
...
* Update dependencies. Tweak ESLint rules to work more like they used to before
* Fix indentation
* Remove unnecessary escapes.
* Remove unused 'usingClause' parameter.
* Address CI failures.
* Revert "Remove unused 'usingClause' parameter."
This reverts commit aaa4d71e914faa1c4c1313c26bbdd26067b0b448.
* eslint: add ignore with todo
* dependencies: update
2018-02-01 23:46:12 +02:00
Alexandre Tiertant
3609de76b3
fix oracle tests ( #1741 )
...
* Fix Oracle dialect to pass integration tests$
* Update transaction.js
* fix oracle timeout request
* Enabled travis-oracledb-xe installer
Signed-off-by: Alexandre Tiertant <a.tiertant@atlantis-software.net>
* fix timeout tests
* fix timeout tests messages
2016-10-14 18:00:39 +03:00
Alexandre Tiertant
53d089bffb
add node-oracledb support ( #990 )
...
* add node-oracledb support
* move file in src directory
* remove unused var
* correct pool release
correct date error
* correct bugs
* add some test
* correct a test error
* correct time zone error in schema tests
* correct time zone error in schema tests
* use inheritance to remove duplicated code
* use inherit in formatter to remove dupplicated code
* remove unused code
* remove unused require
* add blob insert support
* add queryCompiler to dialect prototype
* export queryCompiler
* fix bugs
* Correct tests
* handle returning
* clean code
* clean code
* Fix returning
* Multiple insert with blob
* Add SELECT BLOB support
* Finalise update
* Fix test error
* Fix insert error without returning
* Add transaction and code cleaning
* build
* Fix pool ping error
* Add missing rejecter
* build
* Fix error in delete
* Fix transaction rollback error throwing
* Fix typo in commit
* Fix rollback rejecter
* Remove BLOB tests
* remove lib file
* fixed oracledb linter errors
* Add .completed to transaction acquireConnection()
2016-06-20 18:03:52 +03:00