Commit Graph

104 Commits

Author SHA1 Message Date
Kononnable
0d0ceeb1da switch to eslint-typescript from deprecated tslint
(part 1)
2019-08-11 20:59:41 +02:00
Kononnable
139aac0fac support for postgres enum types #187 2019-08-09 18:13:13 +02:00
Kononnable
ce8d37c075
Added support for UNSIGNED columns in MySQL. (#179)
Added support for UNSIGNED columns in MySQL.
2019-07-19 11:37:24 +02:00
Pawe Kotarski
71c4f0ea73 add test 2019-07-19 11:21:33 +02:00
Kononnable
ac985b0a61 fixing tests 2019-07-09 22:31:04 +02:00
Vasil Rangelov
4868dcbdfa Replaced "Object" with "object" for the generated JSON column type, so that TSLint does not complain about it being too general, while still preserving the same semantics. 2019-06-20 15:59:04 +03: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