366 Commits

Author SHA1 Message Date
Aaron Larner
ca05230e14 Add mssql to the list of supported database libraries 2016-06-06 10:47:18 -05:00
Mikael Lepistö
c5c0a74d9e Merge pull request #1458 from justinhhorner/patch-1
Update to include MSSQL as a supported DB
2016-06-03 09:14:45 +03:00
wubzz
1fe657ab72 Fix test for undefined bindings and add documentation 2016-05-30 21:17:45 +02:00
Justin Horner
a966a18e79 Update to include MSSQL as a supported DB 2016-05-28 11:30:36 -04:00
wubzz
27d828273d Merge pull request #1454 from byronmwong/killQuery
`.timeout(ms, {cancel: true})` to cancel query after timeout (only implemented for MySQL)
2016-05-28 11:51:04 +02:00
Byron Wong
34928377b0 update docs on .timeout() 2016-05-27 16:37:44 -07:00
wubzz
1ad3408ca3 Updated changelog 2016-05-26 10:11:08 +02:00
Mikael Lepistö
a38859f97d Updated changelog 2016-05-22 19:28:15 +03:00
wubzz
9118e05f23 Merge pull request #1431 from wubzz/bugfix/inconsistency_of_primary_and_dropPrimary
Ensure .primary() and .dropPrimary() are the same across all dialects.
2016-05-20 15:34:46 +02:00
wubzz
f3898d7be8 Update index.html 2016-05-20 08:30:15 +02:00
wubzz
8ce99c225d Add documentation for .dropTimestamps 2016-05-19 22:25:01 +02:00
wubzz
5a6ab64d06 Ensure .primary() and .dropPrimary() are the same across all dialects. 2016-05-19 21:30:17 +02:00
wubzz
5c77ee2acd Fix faulty documentation of MySQL support of .returning. Fixes #1398 2016-05-14 22:10:28 +02:00
Rhys van der Waerden
05969f07aa Prepare for 0.11.3 release 2016-05-14 11:23:30 +10:00
Rhys van der Waerden
a06b44a29c Merge pull request #1397 from atiertant/join-nest-statements
Allow joins to nest conditional statements
2016-05-14 11:19:51 +10:00
Rhys van der Waerden
e491212c6b Prepare for 0.11.2 release 2016-05-14 10:30:05 +10:00
Alexandre Tiertant
064f31f6f2 update documentation 2016-05-12 11:21:00 +02:00
Michael McDermott
66defcc11e Fix broken "browser builds" link 2016-05-11 19:13:19 -04:00
wubzz
2f44a48fa8 BatchInsert remake proposal. Fixes #1391 2016-05-09 19:01:00 +02:00
Rhys van der Waerden
d7ffaed2be Prepare for release 2016-05-06 18:22:48 +10:00
Rhys van der Waerden
415d0084a3 Prepare for 0.11.0 2016-05-05 22:43:04 +10:00
wubzz
abfff604c2 Update documentation regarding default ping function. 2016-04-02 16:35:28 +02:00
harriha
1ab562f01c Add a mention about disableTransactions to migration config docs 2016-03-16 22:29:15 +02:00
harriha
3a64f9503a Fix and improve migration config option docs
- Add descriptions for each config option, formatting them as a list
- Remove 'database' which seemed to be obsolete
2016-03-16 22:29:14 +02:00
Joe Frambach
cf8222d9eb Add inherits to postgres. Updated dialect-specific methods. 2016-03-15 16:40:49 -07:00
Mikael Lepistö
2f531190bb Merge pull request #1109 from kmikael/timestamps-now
Add option to timestamps to be not null and default to the current timestamp
2016-03-15 23:09:16 +02:00
Sven Slootweg
649715a4c5 Fix a few hyperlinks in the changelog
The hash (#) was missing for two hyperlinks. This fixes that.
2016-03-14 22:32:26 +01:00
wubzz
20f8ac59e5 Added information to documentation and clarified existing documentation for named bindings. 2016-03-11 20:42:30 +01:00
Jurko Gospodnetić
19477f6832 merge changes from master 2016-03-09 07:11:17 +01:00
Lucas Lacroix
d18b8158d5 Update documentation for table.foreign 2016-03-08 11:20:22 -05:00
wubzz
7cc827f6cf Merge pull request #1258 from jurko-gospodnetic/code-cleanup
Code cleanup (trimmed trailing spaces & removed tabs)
2016-03-08 13:13:48 +01:00
Jurko Gospodnetić
0a4a1969b4 convert tabs to spaces 2016-03-08 08:25:38 +01:00
Jurko Gospodnetić
20843aa8d6 document handling errors thrown from an exception handler function 2016-03-08 08:24:34 +01:00
Rod Calumpong
ab003ac7c9 Allow returning to be used with oracle update 2016-03-07 16:35:04 -08:00
wubzz
cddb64c94d Merge pull request #1231 from wubzz/feature/add_event_query-response
Add 'query-response' event (#1203)
2016-03-07 12:45:18 +01:00
Don VanDemark
f716990765 Update docs for returning to include multiple columns
Added a use case and an example for .returning
2016-03-04 14:50:37 -05:00
wubzz
aee76f5578 Add MSSQL query examples to docs 2016-03-04 19:00:12 +01:00
wubzz
7b8f685d2e Add dropUnique and dropPrimary to docs. 2016-03-02 14:20:36 +01:00
Rhys van der Waerden
15686f639e Merge pull request #1142 from jurko-gospodnetic/returning-doc-update
Returning doc update
2016-03-02 19:18:11 +11:00
blah238
3e6daa2f93 Merge pull request #943 from galenandrew/feature/docs-enu-values
Update to enum schema documentation
2016-03-01 13:06:22 -06:00
blah238
a693e20b18 Merge pull request #1100 from IsaacLessard/master
2616: removed double words
2016-03-01 13:04:03 -06:00
wubzz
b6860b6b37 Add 'query-response to documentation, and add some assertions to the test. 2016-02-26 20:01:18 +01:00
Jurko Gospodnetić
13ba707201 update returning() docs with more detailed parameter info 2016-02-24 12:04:04 +01:00
Jurko Gospodnetić
f6ae02896c fix utilitzed --> utilized doc typo 2016-02-24 12:04:04 +01:00
Paul McFreely
e8e913fc53 Fix small link bug
The link for "whereNot" was directed to "where".
2016-02-23 10:10:01 +01:00
Rhys van der Waerden
a42766afb1 Merge pull request #1164 from wubzz/bugfix/orWhere_with_object_should_be_and
Bugfix/or where with object should be and
2016-02-18 18:41:26 +11:00
wubzz
7aa0e129b2 Add to documentation about .orWhere wrapping the statement 2016-02-18 06:35:38 +01:00
Mikael Lepistö
9f270f069a Merge pull request #1201 from wubzz/feature/add_timeout_to_querybuilder
Add .timeout(ms) to QueryBuilder
2016-02-17 10:45:54 +02:00
Ben Stephens
4080ebb61f Fixing typo in documentation
dropForeign in side navbar was dropForeignx
2016-02-15 13:13:39 -08:00
Mikael Lepistö
96aa4d8d91 Merge pull request #1147 from alexrsagen/master
Add collate for columns (MySQL)
2016-02-15 20:09:43 +02:00