Umed Khudoiberdiev
|
333c212791
|
added basic sqlite driver
|
2016-09-02 23:31:19 +05:00 |
|
Umed Khudoiberdiev
|
41412c21ce
|
refactored container and moved all columns, relations, tables, listeners into same index.ts namespace
|
2016-08-09 17:45:15 +05:00 |
|
Umed Khudoiberdiev
|
8ee51c9fa8
|
fixed tests; fixed issue with column name in joins in query builder; refactored connection and driver options
|
2016-08-06 23:18:13 +05:00 |
|
Umed Khudoiberdiev
|
dc976f4d27
|
refactored connection manager and connection option classes
|
2016-08-05 22:21:07 +05:00 |
|
Umed Khudoiberdiev
|
2caa6b480f
|
refactored connection and connection manager classes
|
2016-08-05 20:24:02 +05:00 |
|
Umed Khudoiberdiev
|
ec15633a86
|
changed the way entity/schemas/subscribers are being loaded from directories
|
2016-07-26 14:26:58 +05:00 |
|
Umed Khudoiberdiev
|
7252137ae6
|
added postgres required driver classes
|
2016-06-06 14:16:32 +05:00 |
|
Umed Khudoiberdiev
|
f513fc1ba7
|
changed entry point to index.ts
|
2016-05-22 12:18:25 +05:00 |
|
Umed Khudoiberdiev
|
30775c3820
|
integrated JoinColumn and JoinTable instead of Inversed versions of the decorators
|
2016-04-26 23:09:59 +05:00 |
|
Umed Khudoiberdiev
|
c435802678
|
changeed auto_increment to generated
|
2016-04-26 16:45:27 +05:00 |
|
Umed Khudoiberdiev
|
31f0c0b2e8
|
added internal annotation to all internal modules and added exports in the entry point with exports of all major modules
|
2016-04-24 23:28:48 +05:00 |
|
Umed Khudoiberdiev
|
bcb684dced
|
findAndCount now returns array instead of object
|
2016-04-23 16:35:43 +05:00 |
|
Umed Khudoiberdiev
|
1237495dfd
|
renamed decorator namespaces
|
2016-04-15 16:16:39 +05:00 |
|
Umed Khudoiberdiev
|
26a5112242
|
updated connection api and made mysql driver to require dynamically
|
2016-03-23 23:42:54 +05:00 |
|
Umed Khudoiberdiev
|
ee30e118a0
|
renamed CreateConnectionParameters to CreateConnectionOptions
|
2016-03-23 17:29:30 +05:00 |
|
Umed Khudoiberdiev
|
c353401e96
|
removed deprecated createMysqlConnection method
|
2016-03-23 16:02:25 +05:00 |
|
Umed Khudoiberdiev
|
3951852bbf
|
added pagination support
|
2016-03-21 23:29:28 +05:00 |
|