Kononnable
ebbf753864
option to add visibility to constructor #169
2019-08-12 21:35:37 +02:00
Kononnable
52fa711c07
switch to eslint-typescript from deprecated tslint
...
(part2)
2019-08-12 17:32:28 +02:00
Kononnable
0d0ceeb1da
switch to eslint-typescript from deprecated tslint
...
(part 1)
2019-08-11 20:59:41 +02:00
Kononnable
ecd90e8ac8
query timeout option #185 #188
2019-08-09 22:34:56 +02:00
Kononnable
b81b54f57f
set precision when scale isn't default numeric types
...
fixes #184
2019-08-09 19:40:01 +02:00
Kononnable
139aac0fac
support for postgres enum types #187
2019-08-09 18:13:13 +02:00
Kononnable
1b8d561ec5
Merge branch 'master' of github.com:Kononnable/typeorm-model-generator
2019-08-08 22:24:36 +02:00
Kononnable
e8c01bdba9
docs change
2019-08-08 21:57:29 +02:00
Kononnable
0794cf92ef
update dependencies
2019-08-08 20:43:04 +02:00
Pawe Kotarski
1e81065b30
merge master
2019-07-19 11:59:38 +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
Kononnable
67de19c980
"Object" to "object" for linting's sake ( #172 )
...
"Object" to "object" for linting's sake
2019-07-09 22:47:44 +02:00
Vasil Rangelov
2240cc3aeb
Added support for UNSIGNED columns in MySQL.
2019-07-02 15:18:47 +03: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
Vasil Rangelov
c3a9eea49b
strict TS and TSLint compliance
...
Removed unused "type" argument in favor of an empty argument list;
The generated argument name in RelationId columns now uses the defined property case.
2019-06-18 16:58:47 +03:00
Vasil Rangelov
100d79c5e2
Added property visibility to RelationId properties
2019-06-18 15:56:52 +03:00
Kononnable
1919c18dce
moved to ts-node
2019-06-08 00:28:29 +02:00
Kononnable
13eda51860
fixes #157
2019-04-11 21:11:12 +02:00
Kononnable
b6df77debe
fixes #139
2019-04-01 22:04:20 +02:00
Kononnable
721ae93214
fixes after merge to latest master, added tests
2019-04-01 12:00:21 +02:00
Kononnable
727e8059e6
Merge branch 'master' into pr/rmachado/79
2019-04-01 11:35:11 +02:00
Kononnable
672a08b4dd
mariadb default value comatibility changes
...
closes #153
2019-03-15 13:28:24 +01:00
Kononnable
87690d0547
fixed generated columns order
2019-03-15 12:33:45 +01:00
Kononnable
abf666d0e7
fixed shadowed variables tslint errors closes #141
2019-03-12 22:01:11 +01:00
Kononnable
f8e39c3304
more fixes on mysql8
2019-03-09 22:22:07 +01:00
Kononnable
fde4cefa45
Merge branch 'master' into mysql-enum
2019-03-09 19:21:50 +01:00
Kononnable
5591a7bc77
generation of models based on multiple databases
...
closes #144
2019-03-08 23:24:00 +01:00
Jason Lycke
74896657d4
#147 : Fix case-sensitive column names
2019-03-06 14:25:11 -05:00
Kononnable
aba47cc9b8
fixes #151 - generation of ManyToMany relation with custom table names
2019-02-25 23:23:07 +01:00
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