Commit Graph

99 Commits

Author SHA1 Message Date
Pawe Kotarski
71c4f0ea73 add test 2019-07-19 11:21:33 +02:00
Kononnable
1919c18dce moved to ts-node 2019-06-08 00:28:29 +02:00
Kononnable
721ae93214 fixes after merge to latest master, added tests 2019-04-01 12:00:21 +02:00
Kononnable
5591a7bc77 generation of models based on multiple databases
closes #144
2019-03-08 23:24:00 +01:00
Kononnable
c4bc0c007f added naming strategy to config file 2019-01-27 01:12:07 +01:00
Kononnable
a4fda55e2d added wizard mode 2019-01-26 11:08:46 +01:00
Kononnable
6e29e91872 speeding up test execution 2019-01-24 17:19:38 +01:00
Kononnable
bbcd7fb875 removing column options with default values from generated model 2019-01-24 13:05:13 +01:00
Kononnable
341632e62e changes in columnInfo model 2019-01-23 01:48:45 +01:00
Kononnable
99f3bfe3a3 tests optimization 2019-01-22 22:35:51 +01:00
Kononnable
dd59fd3eca more refactorings 2019-01-22 15:58:57 +01:00
Kononnable
c34f2912e0 refactorings 2019-01-21 23:51:25 +01:00
Kononnable
c62010c079 refactorings 2019-01-21 21:32:42 +01:00
Kononnable
270461a193 fixed naming strategy changing entity name in db 2019-01-06 15:37:52 +01:00
Kononnable
31ff9c8bf5 fix #135 proper relation generation when unique index have more columns 2019-01-06 14:40:38 +01:00
Kononnable
82f5ae43aa fix for #122 - default values 2018-12-30 12:34:23 +01:00
Kononnable
4d060a7c89 docker image changes 2018-12-29 17:42:53 +01:00
Kononnable
1eacddf6bb fixing tests 2018-12-23 20:46:00 +01:00
Kononnable
721a85a0b9 more code cleaning 2018-12-08 12:49:57 +01:00
Kononnable
a4592ffb4d code cleanup, introducing tslint 2018-12-08 10:46:18 +01:00
Kononnable
69a2362890 code cleanup 2018-12-06 22:23:30 +01:00
Kevin Guanche Darias
4e1d785b8a Allow to define property visibility, by using --pv 2018-10-31 09:22:55 +00:00
Kononnable
da84c16475 added column type to generated @PrimaryGeneratedColumn decorator 2018-10-21 22:00:48 +02:00
Kononnable
f10242f57d #56 Postgres Array Column Type 2018-08-26 16:31:50 +02:00
Kononnable
76065733f7 #81 postgress support for citext, hstore column types 2018-08-26 12:37:02 +02:00
Kononnable
f3a79c2e38 #71 relation onUpdate 2018-08-26 01:19:28 +02:00
Kononnable
14ef1e7ddb relationId #65 2018-06-17 20:46:50 +02:00
Kononnable
8bb80c13a6 parameter for custom naming strategy 2018-06-17 11:01:47 +02:00
Kononnable
dfd2c763a8 polishing imports 2018-06-17 02:35:10 +02:00
Kononnable
6b3c0bf9de naming strategy 2018-06-17 02:34:45 +02:00
Kononnable
d88ca1975d basic naming strategy #65 #75 2018-06-11 01:07:54 +02:00
Kononnable
eab2582ece code cleanup 2018-05-13 15:27:02 +02:00
Kononnable
5db68e1548 composite primary keys support for many to many tables #30 2018-05-05 23:57:18 +02:00
Kononnable
662f128173 longer timeouts on tests 2018-05-05 21:14:52 +02:00
Kononnable
2a7c1453cc Add option to include partial constructor #67 2018-05-05 21:14:06 +02:00
Kononnable
a6ddc23e37 fixing sqlite tests on CI 2018-05-03 19:15:06 +02:00
Kononnable
120894be64 sqlite support #49 2018-04-30 22:47:40 +02:00
Kononnable
aaf52b9c37 enabled tests for postgres range types 2018-04-23 23:10:43 +02:00
Kononnable
0e4845025f CI builds for Oracle 2018-04-23 22:41:46 +02:00
Kononnable
426c6272fe added onUpdate to relation options 2018-04-22 22:03:09 +02:00
Kononnable
8d18027adf added lazy relations 2018-04-22 20:26:59 +02:00
Kononnable
2782efb694 Relational Integrity support #47 2018-04-22 15:03:26 +02:00
Kononnable
c7bc52846f added recongition of relation options in tests 2018-04-21 17:37:41 +02:00
Kononnable
6e15eb08d1 #58 primary keys on join columns 2018-04-18 22:14:35 +02:00
Kononnable
a1b5e68ea8 recognition of unique column #57 2018-04-15 20:14:16 +02:00
Kononnable
d0fe49b9b8 OracleDB support #9 2018-04-15 18:13:33 +02:00
Kononnable
4c6cfe58cf correct recognition of types with width, length,precision 2018-04-14 16:08:30 +02:00
Kononnable
9fafd61511 fixing tests - waiting for fix in typeorm repo 2018-04-14 14:52:45 +02:00
Kononnable
b34afb9586 upgraded supported types to types supported by typeorm@0.2.0 2018-04-14 14:23:18 +02:00
Kononnable
c2371465b1 upgrading to typeorm@0.2.0-alpha.44 2018-04-11 21:03:02 +02:00