Commit Graph

21 Commits

Author SHA1 Message Date
TANAKA Koichi
3abab28a3e sequelize: fix FindOptions (#9073)
Fix FindOptions.attributes. Now allows a object having include and/or exclude properties.
http://sequelize.readthedocs.org/en/latest/api/model/#findalloptions-promisearrayinstance
2016-04-23 23:36:34 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
TANAKA Koichi
b0017a10e1 sequelize: add Sequelize.models property 2016-03-12 22:50:39 +09:00
Masahiro Wakame
f1e739c627 Merge pull request #8210 from EToreo/master
Added Transaction Type access
2016-02-26 20:56:37 +09:00
Eric Thompson
f5f328d3b2 Added tests for transaction types 2016-02-23 09:31:11 -08:00
vvakame
065d70e2b5 adhoc fix sequelize/sequelize-tests.ts 2016-02-23 11:04:37 +09:00
Alexander James Phillips
1b6bcc7da5 DataTypeDate accepts length parameter option 2016-02-09 23:07:27 +00:00
Theo
8b566aaea0 Forgot new in creating the Virtual DataType 2016-02-04 09:40:28 +00:00
Theo
509d82f8de Add tests for VIRTUAL DataType 2016-02-04 09:38:04 +00:00
Horiuchi_H
22726c0751 change to use this type 2016-01-19 15:57:43 +09:00
Horiuchi_H
8d948f4a02 fix code format 2016-01-19 15:52:41 +09:00
Ali Taheri
ab6a8f4a29 Added belongsToMany associations and tests 2015-10-10 16:42:08 +03:30
Ali Taheri
2a504785a7 Minor improvements to how mixed types are handled 2015-10-10 15:41:00 +03:30
Ali Taheri
7fa421d03f Added hasMany associations tests + tiny fix 2015-10-10 14:53:41 +03:30
Ali Taheri
4f278188db Added has-one + tests and improved naming and code format [Few Breaking Changes] 2015-10-06 11:58:13 +03:30
vvakame
fbbf9cdc0a adhoc fix sequelize/sequelize-tests.ts 2015-09-03 22:16:43 +09:00
Horiuchi_H
534746f219 fix indent level 2015-08-26 14:44:58 +09:00
Ivan Drinchev
da093877f4 Added definitions for Sequelize 3.4.1 2015-08-06 20:06:25 +02:00
Igor Ovsiannikov
d72fa373ae feat(sequelize): add belongsToMany definition 2015-04-23 19:22:48 +03:00
CodeAnimal
6c13e8c670 Add missing Promise/A methods
- Update Model#Find method to now accept a number as the first parameter
as well as an options object.
- Fix Travis Ci failures.
- Add Promise/A method tests.
2014-09-21 01:25:27 +01:00
CodeAnimal
dff9ed29ab Add Sequelize type definition
The bulk of this work was done by samuelneff
<https://github.com/samuelneff> here:
https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts

I just converted it to an external module, and updated it in areas to
the latest API version (2.0.0 dev13), and improved it a little here and
there.
2014-09-20 23:57:48 +01:00