Kononnable
|
2cc6b4f43c
|
fix generation of complex manyToMany relationships
fix generation of multiple relations based on the same column
|
2019-11-08 23:57:01 +01:00 |
|
Kononnable
|
b3c09ac285
|
disable linting error
|
2019-10-27 17:31:51 +01:00 |
|
Kononnable
|
a4619dd9ab
|
model customization tests
|
2019-10-27 17:17:42 +01:00 |
|
Kononnable
|
e15efe75e7
|
code cleanup
|
2019-10-13 17:20:17 +02:00 |
|
Kononnable
|
bd9750bbb4
|
code cleanup, dependencies upgrade
|
2019-10-13 11:06:11 +02:00 |
|
Kononnable
|
8f719f67bb
|
proper column names pluralization
|
2019-10-12 17:45:18 +02:00 |
|
Kononnable
|
12c9fbae9b
|
code linting
|
2019-10-12 12:30:42 +02:00 |
|
Kononnable
|
15b6291606
|
code cleanup
|
2019-10-12 10:25:27 +02:00 |
|
Kononnable
|
bd8a79040c
|
code linting
|
2019-10-11 12:41:33 +02:00 |
|
Kononnable
|
95e0cc5854
|
sqlite implementation
|
2019-10-11 12:01:35 +02:00 |
|
Kononnable
|
6d4a97d39a
|
postgres implementation
|
2019-10-11 10:05:21 +02:00 |
|
Kononnable
|
9c546dfdef
|
complex relationships support
|
2019-10-10 22:45:04 +02:00 |
|
Kononnable
|
d1407ab5d9
|
oracledb implementation
|
2019-10-10 22:18:22 +02:00 |
|
Kononnable
|
2551a5629a
|
Mssql implementation
|
2019-10-10 21:05:06 +02:00 |
|
Kononnable
|
0936f81e3c
|
partial RelationId implementation
|
2019-10-09 23:08:25 +02:00 |
|
Kononnable
|
102ff614f6
|
one more test
|
2019-10-08 20:35:07 +02:00 |
|
Kononnable
|
24fe4cf48c
|
make one more test pass
|
2019-10-08 01:41:59 +02:00 |
|
Kononnable
|
886147e4c0
|
fix test utility
|
2019-10-07 23:06:55 +02:00 |
|
Kononnable
|
681ef1a363
|
more tests passing
|
2019-10-07 22:29:09 +02:00 |
|
Kononnable
|
4f45dc9961
|
more tests passing
|
2019-10-07 18:59:03 +02:00 |
|
Kononnable
|
577266a03b
|
removed unnecessary nullable:false - default behavior
|
2019-10-07 13:51:39 +02:00 |
|
Kononnable
|
e86a26d279
|
more tests passing
|
2019-10-06 16:21:12 +02:00 |
|
Kononnable
|
113e2ff3bf
|
prettyfying generated models, fixing some of the tests
|
2019-10-05 00:04:53 +02:00 |
|
Kononnable
|
ab23f71756
|
temporatry disabling part of code
|
2019-10-02 14:04:23 +02:00 |
|
Kononnable
|
7a2395ab2a
|
move old models to temporary folder
|
2019-09-23 22:53:09 +02:00 |
|
Kononnable
|
ef10b8653a
|
enum type safety #205
|
2019-09-23 20:26:45 +02:00 |
|
Kononnable
|
f9b4f560b9
|
fix test compilation error
|
2019-08-21 23:27:26 +02:00 |
|
Kononnable
|
130be42f25
|
change param name to skipSchema
|
2019-08-21 18:50:07 +02:00 |
|
Vasil Rangelov
|
fbf5980dce
|
Merge branch 'master' of https://github.com/Kononnable/typeorm-model-generator into support-detached
# Conflicts:
# src/index.ts
# src/models/EntityInfo.ts
|
2019-08-19 17:09:00 +03: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
|
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
|
031d74b39c
|
Added support for detached entities, i.e. entities which are not attached to a schema and database.
|
2019-06-26 20:28:26 +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 |
|
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 |
|