Commit Graph

149 Commits

Author SHA1 Message Date
Kononnable
fd07a1879b fixing postgres generation of duplicate relations 2019-02-09 01:29:58 +01:00
Chlorine
c23256a626
Current case-conv for class name in @RelationId
In @RelationId decorator generation class name must be case-converted according to current settings

P.S. Thanks for a great work!
2019-01-30 13:18:20 +03:00
Kononnable
0767128866 fixed column names for joins 2019-01-27 01:58:18 +01:00
Kononnable
c4bc0c007f added naming strategy to config file 2019-01-27 01:12:07 +01:00
Kononnable
21ec046139 stroring config settings in a file 2019-01-26 13:48:12 +01:00
Kononnable
a4fda55e2d added wizard mode 2019-01-26 11:08:46 +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
a27c336056 updating some dependencies 2019-01-22 17:37:59 +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
Livan
b7b0f2b587
Add support for VARBINARY in MySQL 2019-01-12 07:00:27 +03: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
e769696e58 closing #130 duplicate relations on mysql 2018-12-29 20:50:20 +01:00
Kononnable
1eacddf6bb fixing tests 2018-12-23 20:46:00 +01:00
Jared Malcolm
f66ee271b5 Add flag to models that use the ActiveRecord syntax.
Closes #131
2018-12-19 10:25:49 -06:00
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