25 Commits

Author SHA1 Message Date
Umed Khudoiberdiev
59294ede15 renamed GeneratedPrimaryColumn to PrimaryGeneratedColumn 2016-09-22 21:35:04 +05:00
Umed Khudoiberdiev
0a968cebaf renamed GeneratedIdColumn to GeneratedPrimaryColumn 2016-09-21 02:42:11 +05:00
Umed Khudoiberdiev
5dc655ee8d changed autoSchemaCreate connection option to autoSchemaSync 2016-09-21 02:15:50 +05:00
Umed Khudoiberdiev
b39e5ae6e9 added GeneratedIdColumn decorator 2016-09-19 22:57:56 +05:00
Umed Khudoiberdiev
2a59f621ee refactored connection stuff; optimized all imports 2016-09-18 22:55:59 +05:00
Umed Khudoiberdiev
d8a806df7e deprecated entityDirectories and other *Directories in favour of entities, names without Directories prefixes. entities from directories now can be mixed into same entities array 2016-09-15 00:39:51 +05:00
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
376bc1d014 some refactoring + changed findById method name to findOneById 2016-04-30 09:54:20 +05:00
Umed Khudoiberdiev
c43c2faa43 first interation of refactoring of metadata, metadata storage and builder 2016-04-28 14:38:00 +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
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
9ebb128979 fixed issue with persistment when new entitiy is inserted with already exist entities in relations 2016-03-21 18:31:30 +05:00
Umed Khudoiberdiev
3cd0f830e9 fixed abstract table implementation and added sample 2016-03-21 17:07:01 +05:00