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 |
|
Kononnable
|
6b27de1d44
|
update Travis CI config
|
2020-03-17 22:00:36 +01:00 |
|
Konuch
|
e513895060
|
Export MySQL and MariaDB column comments.
|
2020-03-17 21:19:20 +01:00 |
|
nguyenkimbang
|
fa85567d5a
|
ignore error table
|
2020-03-17 15:55:35 +07:00 |
|
Kononnable
|
1f928d34c2
|
#243 Use statement not available on Azure SQL
|
2020-03-15 16:48:57 +01:00 |
|
Kononnable
|
c84798e8bf
|
load db drivers on demand
|
2020-03-15 00:41:35 +01:00 |
|
Kononnable
|
e0a35280c3
|
update dependencies
|
2020-03-14 15:12:10 +01:00 |
|
Kononnable
|
7b2361c2a8
|
Merge pull request #257 from Kononnable/dependabot/npm_and_yarn/acorn-7.1.1
Bump acorn from 7.1.0 to 7.1.1
|
2020-03-14 09:54:11 +01:00 |
|
dependabot[bot]
|
6c8758751f
|
Bump acorn from 7.1.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-03-13 23:24:02 +00:00 |
|
Dustin
|
3cf7272b5b
|
fixing json default value typescript parsing errors
|
2020-03-13 17:14:58 -05:00 |
|
Kononnable
|
a4e5018775
|
0.4.1
|
2020-03-12 19:13:53 +01:00 |
|
Kononnable
|
37a63c769a
|
changelog, readme
|
2020-03-12 18:48:26 +01:00 |
|
Kononnable
|
9830f489ee
|
fix #252
|
2020-03-11 22:26:53 +01:00 |
|
Kononnable
|
9ecc3dbbb0
|
Merge pull request #249 from CatsMiaow/master
Fix type NamingStrategy
|
2020-02-29 19:01:49 +01:00 |
|
Kononnable
|
a8ef75f765
|
remove duplicated type definition
|
2020-02-29 18:51:40 +01:00 |
|
Kononnable
|
cf63da9439
|
Merge pull request #246 from iteufel/master
Fixed Bug where mssql Driver can not handle multiple tables with same name but different schema
|
2020-02-29 13:26:12 +01:00 |
|
Kononnable
|
2bf37bca50
|
Merge branch 'master' into pr/iteufel/246
|
2020-02-29 12:07:34 +01:00 |
|
Kononnable
|
9cd37839c6
|
remove 'unit' test
|
2020-02-29 11:46:47 +01:00 |
|
Kononnable
|
db864ec217
|
Merge pull request #250 from Kononnable/dependabot/npm_and_yarn/codecov-3.6.5
Bump codecov from 3.6.1 to 3.6.5
|
2020-02-22 13:16:51 +01:00 |
|
dependabot[bot]
|
806ef1a5e8
|
Bump codecov from 3.6.1 to 3.6.5
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.1 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-02-21 12:58:29 +00:00 |
|
CatsMiaow
|
be9d8925bf
|
Fix type NamingStrategy
|
2020-02-20 13:26:47 +09:00 |
|
Allan Amstadt
|
50574e0565
|
fix(package): Fixed Bug where mssql Driver can not handle multiple tables with same name but different schemas.
|
2020-02-13 19:02:46 +01:00 |
|
Allan Amstadt
|
2a8648b40a
|
fix(package): Fixed Bug where mssql Driver can not handle multiple tables with same name but different schemas.
|
2020-02-13 17:55:30 +01:00 |
|
Kononnable
|
8a09320345
|
Merge pull request #241 from pc3b3r/feature/EOL-option
Feature/eol option
|
2020-02-09 22:39:05 +01:00 |
|
Kononnable
|
f2d97b267a
|
small refactor
|
2020-02-09 22:03:13 +01:00 |
|
Paolo Ceschi Berrini
|
81a07e6dba
|
corrected values of tests for LF and CRLF
|
2020-01-16 10:42:44 +01:00 |
|
Paolo Ceschi Berrini
|
9762e64feb
|
render if EOL is different than the option
|
2020-01-16 10:42:20 +01:00 |
|
Paolo Ceschi Berrini
|
4a317009e0
|
refactoring export eolConverter
|
2020-01-16 10:41:21 +01:00 |
|
Paolo Ceschi Berrini
|
f42e3163c7
|
Default values as defined in index.ts
|
2020-01-15 16:47:08 +01:00 |
|
Paolo Ceschi Berrini
|
ee9a4a2605
|
init converter before calling the CLI
|
2020-01-15 16:46:29 +01:00 |
|
Paolo Ceschi Berrini
|
b9834ea527
|
Iniquirer and yargs choices for EOL
|
2020-01-14 14:04:17 +01:00 |
|
Paolo Ceschi Berrini
|
6289c351b1
|
Force EOL to be as defined, otherwise default from OS
|
2020-01-14 13:31:04 +01:00 |
|
Paolo Ceschi Berrini
|
e76b68729e
|
✅ tests for EOL - LF and CRLF
|
2020-01-14 13:02:54 +01:00 |
|
Paolo Ceschi Berrini
|
60651a4727
|
Added generationOption with default value
|
2020-01-14 11:50:46 +01:00 |
|
Kononnable
|
fd6fa9f3c5
|
0.4.0
|
2020-01-08 22:03:18 +01:00 |
|
Kononnable
|
d2069a13fd
|
update dependencies
|
2020-01-08 21:04:56 +01:00 |
|
Kononnable
|
285e705c92
|
Merge branch 'next'
|
2020-01-08 20:41:55 +01:00 |
|