Commit Graph

129 Commits

Author SHA1 Message Date
Kononnable
2c37ff9a4d
Merge branch 'master' into issue-123 2018-12-13 20:00:11 +01:00
Kononnable
d5faa8b9c3 more cleaning up 2018-12-08 18:58:16 +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
17110d669c Fix problem reported in issue #123 with MySQL driver, in servers running MySQL server 5.7 and having complex schemas 2018-11-06 18:52:10 +00:00
Kononnable
f1e61e8bf7 fixing printPropertyVisibility spaces 2018-11-01 20:59:32 +01:00
Kononnable
0484b1254a changes to property visibility functionality 2018-11-01 19:05:53 +01:00
Kevin Guanche Darias
8fc25aeb5e Fix: Visibility Not been applied to relations 2018-10-31 09:35:35 +00: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
d1c02b0605 fixing naming strategy #99 2018-10-01 22:19:59 +02:00
Kononnable
c72ea59bc4 fixing index column names if property names being case converted #103 2018-09-30 23:41:19 +02:00
Kononnable
200417d350 #96 using PrimaryGeneratedColumn decorator in generated entities 2018-09-02 15:35:34 +02:00
Kononnable
f10242f57d #56 Postgres Array Column Type 2018-08-26 16:31:50 +02:00
Kononnable
ea62f0c686 #85 postgres geometry type 2018-08-26 12:48:24 +02:00
Kononnable
76065733f7 #81 postgress support for citext, hstore column types 2018-08-26 12:37:02 +02:00
Kononnable
d7ee4990c1 #94 RelationInfo.isManyToOne 2018-08-26 01:51:09 +02:00
Kononnable
f3a79c2e38 #71 relation onUpdate 2018-08-26 01:19:28 +02:00
Kononnable
b0678e6474 fixing naming strategy bug - naming of related column in owner relation 2018-07-31 22:18:14 +02:00
pii
5c34bac4a9 fix namingStrategy for entity name 2018-07-12 17:14:07 -03:00
Kononnable
36ed40e679 fixing oracle output format 2018-06-19 23:45:06 +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
6b3c0bf9de naming strategy 2018-06-17 02:34:45 +02:00
Kononnable
893162b881 generating constructor fixed 2018-06-16 11:40:04 +02:00
Kononnable
0530e1357b formatting 2018-06-14 20:17:06 +02:00
Kononnable
d88ca1975d basic naming strategy #65 #75 2018-06-11 01:07:54 +02:00
Kononnable
87502eab19 #66 added union type with null for nullable columns 2018-06-10 16:12:55 +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
5abfafe519 SQLite column recognition fix 2018-05-05 22:26:52 +02:00
Kononnable
3b0778b35e console parameters changes for sqlite 2018-05-05 22:09:03 +02:00
Kononnable
2a7c1453cc Add option to include partial constructor #67 2018-05-05 21:14:06 +02:00
Kononnable
120894be64 sqlite support #49 2018-04-30 22:47:40 +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
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
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
Kononnable
7c65907f21 Logging error will no longer exit node program 2018-03-27 23:29:14 +02:00
Kononnable
7ebc0450b6 postgres fix on finding indexes when multiple constraints 2018-03-27 22:04:21 +02:00
Kononnable
f7e7cdd649 many to many relations 2018-03-26 22:41:50 +02:00
Kononnable
d46738e932 code cleaning 2018-03-25 01:13:16 +01:00
Kononnable
cf108fe638 prettier on src 2018-03-18 20:26:48 +01:00
Kononnable
abdd81efde removing unnesesary console.log 2018-03-13 23:39:10 +01:00