Commit Graph

705 Commits

Author SHA1 Message Date
Frederik Hummel
ac6695123b Make instanceName optional 2020-10-03 11:44:59 +02:00
Frederik Hummel
00e44027e0 Fix typo 2020-10-03 11:32:42 +02:00
Frederik Hummel
5f1a9d0280 Add support for MSSQL named instances 2020-10-03 11:23:34 +02:00
kononnable
4f3a03482e 0.4.3 2020-09-26 22:39:26 +02:00
kononnable
96a52f048f remove unnecessary files from npm package 2020-09-26 22:36:26 +02:00
kononnable
63e4ccfcc6 changelog 2020-09-26 22:14:16 +02:00
kononnable
5d66340ce3 update dependencies 2020-09-12 14:25:36 +02:00
Paweł Kotarski
c106bf8cab
Merge pull request #298 from Kononnable/dependabot/npm_and_yarn/bl-3.0.1
Bump bl from 3.0.0 to 3.0.1
2020-09-07 08:19:09 +02:00
Paweł Kotarski
b31081deed
Merge pull request #296 from pc3b3r/relevantTables
Relevant tables
2020-09-07 00:46:51 +02:00
dependabot[bot]
8b50f21a48
Bump bl from 3.0.0 to 3.0.1
Bumps [bl](https://github.com/rvagg/bl) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-06 22:27:21 +00:00
kononnable
5b290a5632 fix lint issues 2020-09-07 00:25:00 +02:00
kononnable
79e9ae0fab add tests 2020-09-07 00:12:48 +02:00
kononnable
a3edec7119 move table filtering logic 2020-09-06 23:19:38 +02:00
Paweł Kotarski
71a64a7403
Merge pull request #291 from seamuncle/master
Makes Postgres driver aware of new identity columns
2020-08-22 18:48:34 +02:00
kononnable
f46c0f8ca1 fix test 2020-08-22 18:37:43 +02:00
Paweł Kotarski
2717bf0295
Merge pull request #295 from zrubing/Add-snake-case-property
Add snake case property
2020-08-22 09:46:01 +02:00
kononnable
0fad9be442 add test 2020-08-22 09:35:21 +02:00
pc3b3r
06653f96ed IConnectionOptions fix for tests 2020-08-20 16:03:23 +02:00
pc3b3r
b1335eed7f drivers query IN 2020-08-20 16:03:00 +02:00
pc3b3r
defe6fd63f driver params for IN tables 2020-08-20 16:02:12 +02:00
pc3b3r
ef5371c196 inquirer options for selecting specific tables 2020-08-20 16:01:18 +02:00
pc3b3r
1563830771 add connectionOptions for tables selection 2020-08-20 15:52:49 +02:00
zhangrubing
8bbe1a617d Remove no use import 2020-08-20 10:14:44 +08:00
zhangrubing
e4761d8f50 Add snake case properties 2020-08-20 10:05:23 +08:00
Matt Hilliard
834d1f1d61 Fix for #1795. @ManyToOne relations should not have an array type. 2020-08-13 18:00:56 -06:00
Matt Hilliard
ce78c37874 Makes Postgres driver aware of new identity columns 2020-08-11 16:20:43 -06:00
Paweł Kotarski
82c2122bcf
Create stale.yml 2020-08-01 23:44:42 +02:00
Paweł Kotarski
6b16608c1e
Delete stale.yml 2020-08-01 23:28:56 +02:00
Paweł Kotarski
cfc04c5dd6
Update stale.yml 2020-08-01 23:24:28 +02:00
Paweł Kotarski
a77cc79a27
Create stale.yml
Stale issue action test
2020-08-01 23:21:10 +02:00
Paweł Kotarski
194c5e502b
Merge pull request #275 from iteufel/master
Fixed Bug where mssql Driver IsIdentity is not working with none dbo schemas
2020-08-01 14:52:46 +02:00
Kononnable
86c2dd4bc5 upgrade dependencies 2020-07-31 23:29:40 +02:00
Allan Amstadt
afe212e49b fix(package): Fixed Bug where mssql Driver IsIdentity is not working with non dbo schemas 2020-05-13 11:52:19 +02:00
kononnable
414a17dfa5 update node versions tested on travis 2020-04-26 14:22:01 +02:00
kononnable
3ce67d38e1 update dependencies 2020-04-26 14:18:10 +02:00
Kononnable
3a7cb5ff2c 0.4.2 2020-04-05 12:18:22 +02:00
Kononnable
778ac96b98 changelog 2020-04-05 12:17:34 +02:00
Kononnable
c6a7252c00 update dependencies 2020-04-04 17:32:27 +02:00
Kononnable
d09bfeef0f
Merge pull request #256 from dustinsmith1024/dustin/json-fix
fixing json default value typescript parsing errors
2020-03-28 13:56:56 +01:00
Kononnable
a908f7c2e0 Merge branch 'master' into pr/dustinsmith1024/256 2020-03-28 13:26:43 +01:00
Kononnable
c6538f8c67 add test;
changes are necessary only in postgres driver
 it's the only one where typeorm support default value for json fields
2020-03-28 09:51:47 +01:00
Kononnable
288c159a6f update dependencies 2020-03-24 22:57:34 +01:00
Kononnable
4035794ab8 typos 2020-03-20 08:49:51 +01:00
Kononnable
f35e212dab test for generating column comment(#93,#260) 2020-03-19 23:26:22 +01:00
Kononnable
5f16cc5a46
Merge pull request #260 from konuch/master
Export MySQL and MariaDB column comments.
2020-03-19 21:59:32 +01:00
Kononnable
c7d768cca6
Merge pull request #259 from drsugiaichigo00781vn/continue-when-generate-error
ignore table have numberic column name
2020-03-19 18:30:19 +01:00
Kononnable
4fad41cd10 proper fix of models which don't generate properly 2020-03-19 18:28:12 +01:00
Kononnable
4a7b1338f0 Allow models which don't generate properly to be saved 2020-03-19 17:37:00 +01:00
Kononnable
d9459ab85e fix eslint warning on PRs 2020-03-19 17:11:36 +01:00
Kononnable
f36c6ff848 disable full logging on failure 2020-03-18 22:52:12 +01:00