- 30 Nov, 2014 2 commits
-
-
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
-
- 20 Nov, 2014 2 commits
-
-
add dialect support checking to tests
Jan Aagaard Meier committed -
this allows us to test for dialect features in tests, see test/transaction.test.js for an example of checking for row locking support before running a test
Matt Broadstone committed
-
- 19 Nov, 2014 2 commits
-
-
make abstract dialect more abstract
Mick Hansen committed -
This fixes two problems in particular: - there was no existing way to access information about the model you were generating a limit and offset for, so the model has been added to the options - included where generation was done from raw SQL, making it impossible to support other dialects that don't support the same LIMIT syntax
Matt Broadstone committed
-
- 18 Nov, 2014 2 commits
-
-
add environment variable to enable logging during tests
Mick Hansen committed -
Matt Broadstone committed
-
- 14 Nov, 2014 7 commits
-
-
Update inflection dependency to v1.5.2
Jan Aagaard Meier committed -
Fix MySQL unique constraint error message parsing
Jan Aagaard Meier committed -
overlookmotel committed
-
overlookmotel committed
-
Prefer index name when mapping unique constraint errors
Jan Aagaard Meier committed -
unique constraint error
Jarkko Mönkkönen committed -
Jarkko Mönkkönen committed
-
- 13 Nov, 2014 4 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Undestroy method for paranoid models
Jan Aagaard Meier committed -
update/clean readme
Mick Hansen committed
-