- 04 Dec, 2014 5 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
add ability to test for dialect transaction support
Mick Hansen committed -
…nd attributes as fields
Mick Hansen committed
-
- 03 Dec, 2014 7 commits
-
-
Mick Hansen committed
-
Transaction support is currently very limited in the MSSQL dialect, this allows us to conditionally skip transaction related tests for a given dialect. I imagine it's also a nice feature to have when adding a new dialect, so you don't have to solve all one thousand errors at the same time
Matt Broadstone committed -
Update dependencies
Mick Hansen committed -
This commit updates bluebird, sql and validator. The latter one is reported to be vulnerable: https://nodesecurity.io/advisories/validator-isurl-denial-of-service
Sascha Depold committed -
fix replication always use write host
Mick Hansen committed -
fhc023 committed
-
Upsert
Mick Hansen committed
-
- 30 Nov, 2014 7 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 29 Nov, 2014 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
…verted properly to SQL. Closes #2077
Jan Aagaard Meier committed
-
- 28 Nov, 2014 1 commit
-
-
Jan Aagaard Meier committed
-
- 27 Nov, 2014 4 commits
-
-
MaraiaDB dialect DATE parsing fix
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 26 Nov, 2014 1 commit
-
-
Now you can use bare database URIs with sqlite also
Mick Hansen committed
-
- 25 Nov, 2014 6 commits
-
-
Before db-uri like sqlite://database.db didn't work with sqlite. This little change fixes it.
Teemu Heikkilä committed -
refactor update/insert query to support additional features
Mick Hansen committed -
- added logic to handle corner cases regarding autoIncrement values - added support for OUTPUT variables (mssql) - added support for identity wrapping (related to point 1)
Matt Broadstone committed -
fix hardcoded timezone test
Mick Hansen committed -
This test was dependent on a test having up to ~50ms of latency, which is not necessarily guaranteed. This allows it to differ up to the actual elapsed query time.
Matt Broadstone committed -
Yoni Jah committed
-
- 24 Nov, 2014 2 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 23 Nov, 2014 3 commits
-
-
Fix forIn rather than each for iterating on object
Mick Hansen committed -
overlookmotel committed
-
only enable RESTRICT fk constraint tests for supporting dialects
Mick Hansen committed
-
- 22 Nov, 2014 1 commit
-
-
MSSQL doesn't support a RESTRICT fk constraint, so we need a way to conditionally disable these tests. This change adds an extra section to dialect.supports indicating support for RESTRICT constraints. Also changed some cases where RESTRICT wasn't being explicitly tested but used to test the ability to simply use constraints (query-interface.test.js)
Matt Broadstone committed
-