- 04 Mar, 2015 9 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Docs: replace .values with .get({plain: true})
Mick Hansen committed -
[PostgreSQL] Parsing included fields of HSTORE and RANGE datatype
Mick Hansen committed -
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
- 03 Mar, 2015 3 commits
-
-
[ci skip] Corrected spelling from "rayther" to "rather"
Jan Aagaard Meier committed -
Corrected spelling from "rayther" to "rather"
Ryan Lane committed -
Ryan Lane committed
-
- 28 Feb, 2015 2 commits
-
-
Fix "Getting Started" link in Readme
Mick Hansen committed -
Update link to corresponding URL @ Readthedocs.org
Arturo Guzman committed
-
- 25 Feb, 2015 5 commits
-
-
Changing query-chainer to promise-style
Mick Hansen committed -
refactor Hooks mixin
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
The existing Hooks mixin explicitly defines methods for all hooks on the Sequelize instance or a given Model. This modifies the Hooks module to provide a single method "applyTo", which mixes in the base Hook functionality (addHook, runHooks, etc), as well as autogenerates declarative hooks for the object its mixing in to (Model.beforeCreate, Sequelize.beforeDefine, etc).
Matt Broadstone committed
-
- 24 Feb, 2015 18 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
… failed), closes #3179
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
…/adders, closes #3185
Mick Hansen committed -
Dr. Evil committed
-
Dr. Evil committed
-
Dr. Evil committed
-
Dr. Evil committed
-
Dr. Evil committed
-
Benchmarks show that using substring is faster than slice
Dr. Evil committed -
Dr. Evil committed
-
Add support for tagged SQL queries
Mick Hansen committed -
Sascha Depold committed
-
Sascha Depold committed
-
Add canonical tag to theme template
Sascha Depold committed -
[skip ci]
Sascha Depold committed
-
- 23 Feb, 2015 3 commits
-
-
Tagged SQL queries are queries constructed via ES6 tagged template strings. For instance, one can do: ```js var result = sql`SELECT ${1} AS "var"`; ``` The `sql` tag can transform the template string so that it returns something like: ```js var result = { query: 'SELECT ? AS "var"', values: [1] }; ``` This makes it ideal for writing elegant SQL by passing the tagged query, containing the `query` and `values` properties to `sequelize.query`.
Rui Marinho committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-