274 Commits

Author SHA1 Message Date
Hagen Schulze
20f6e9cd68 feat(class-transformer-shim): Added support for metadata reflection
closes #4219
2019-06-01 16:54:58 +02:00
Hagen Schulze
c89c40fbbd fix(changelog): Added missing line for PR #4195 2019-05-30 12:09:57 +02:00
Rustam Mamadaminov
9c71a9b805
Fix changelog lines 2019-05-30 14:27:23 +05:00
Kieran Langton
9a4471224f fixed QueryExpressionMap not cloning all values correctly 2019-05-30 08:52:01 +01:00
Umed Khudoiberdiev
4307a59611
Merge pull request #4131 from hoshinokanade/master
Fix transform embeddeds with no columns but with nested embeddeds (mongodb)
2019-05-30 11:57:13 +05:00
Umed Khudoiberdiev
7c9b4c3e3d
Merge pull request #4169 from sametab/fix-issue-3946-loadRelationCountAndMap
Fixes #3946 - loadRelationCountAndMap fails when entities' primary keys are strings
2019-05-30 11:28:21 +05:00
Umed Khudoiberdiev
4d2fa0774e
Merge pull request #4173 from Juddling/show-migrations
typeorm migration:show
2019-05-30 11:26:33 +05:00
Lovro Puzar
1c2e5c533a Extend afterLoad() subscriber interface to take LoadEvent
This brings it in line with the other events which already have the Connection, EntityManager, QueryRunner etc available.

Test Plan: npm test, and more specifically npm test -- --grep='github issues > #4185'
2019-05-24 16:27:18 +01:00
James Judd
be5230844f add to changelog 2019-05-21 20:42:57 +10:00
Antonio Angelino
9685f8bb50 Updated Changelog. 2019-05-20 17:13:00 +02:00
Alfonso Alonso Lorenzo
93b3f047d9 Update CHANGELOG 2019-05-13 15:07:19 +02:00
hoshinokanade
b112de21b2 - update changelog with pull request id 2019-05-12 21:41:38 +09:00
hoshinokanade
11471950c4 - fix that transform for mongodb entity may face undefined when try to transform an embedded column that has no columns but only with nested embedded columns
- provide a test case to this issue
- write changelog for this fix
2019-05-12 21:16:17 +09:00
Luis Emilio Velasco Sánchez
82fb53b90c
Merge branch 'master' into issue-4096 2019-05-09 15:16:47 +02:00
Michael Bromley
974aad79cb Support sql.js v1.0
Fixes https://github.com/typeorm/typeorm/issues/4104
2019-05-08 16:49:06 +02:00
Luis Emilio Velasco Sánchez
f435d991eb
Support orUpdate for SQLite 2019-05-07 15:23:30 +02:00
Umed Khudoiberdiev
1755e7f590
Merge branch 'master' into add_column_insert_option 2019-05-04 22:32:05 +05:00
Umed Khudoiberdiev
fc2625c01f
Update CHANGELOG.md 2019-05-04 22:30:53 +05:00
David Gonzalez
bde6a736ea
Fix incorrect release date in changelog 2019-05-04 16:19:51 +02:00
Paul Fitzpatrick
afe59ff1ed deprecate readonly in favor of update+insert 2019-05-02 17:20:01 -04:00
Umed Khudoiberdiev
02afe43e34 version bump 2019-05-02 00:28:41 +05:00
Rustam Mamadaminov
21d91adb76
Update CHANGELOG.md 2019-04-29 12:03:38 +05:00
Umed Khudoiberdiev
2be9cf19a6
Merge pull request #3958 from bednic/fix-3957
Fix issue with schema inheritance in STI pattern
2019-04-29 00:42:58 +05:00
Umed Khudoiberdiev
4d0ebc64c2
Merge pull request #4009 from Samox/master
feat: Support array of value-transformers
2019-04-29 00:38:06 +05:00
Jacob Gur
7a1fc80b39 sqlite date hydration is susceptible to corruption #3949 2019-04-25 13:11:42 -04:00
Sammy Teillet
ecb4cce78e docs: Update changelog 2019-04-23 19:52:28 +02:00
Tomas Benedikt
7b8f36f061
Merge branch 'master' into fix-3957 2019-04-14 21:14:05 +02:00
Tomas Benedikt
aeec4f71d2 add test, update changelog 2019-04-14 21:12:43 +02:00
Thomas Sarlandie
04aace81b9
Merge branch 'master' into fix/3931-querybuilder-raw-insert-performance 2019-04-14 11:19:19 +02:00
Vladimir Poluch
4cffa3ff7a revert(3814): Revert changes from PR#3814 2019-04-10 19:10:48 +02:00
Zotov Dmitry
dcc66994b7 updated changelog; 2019-04-09 19:34:38 +05:00
Thomas Sarlandie
003c14d04a doc: add changelog entry for fix of #3931 2019-04-03 18:05:45 +02:00
Andrés Fuentes
b085909ae9 Deferrable options for foreign keys (postgres) 2019-03-27 03:12:32 +01:00
Rustam Mamadaminov
1ed9d5e6de update changelog 2019-03-26 17:17:36 +05:00
Umed Khudoiberdiev
717caa3887 version bump 2019-03-26 15:02:48 +05:00
Zotov Dmitry
cf9be6c582 updated changelog; 2019-03-26 13:02:24 +05:00
Zotov Dmitry
996e89bd31 added lock option in FindOptions; 2019-03-25 20:42:01 +05:00
Rustam Mamadaminov
dc33135371 update changelog 2019-03-24 18:30:25 +05:00
Vladimir Poluch
0338d5eedc fix(3536): fix sync schema issue with postgres enum in case capital letters in entity name 2019-03-12 17:46:26 +01:00
Umed Khudoiberdiev
05c76b7a96 fixed test 2019-03-09 20:06:38 +05:00
Umed Khudoiberdiev
2c0bfe508d
Merge branch 'master' into deps-update 2019-03-08 15:09:10 +05:00
Umed Khudoiberdiev
b422c3bfc2 updated deps and fixed commands 2019-03-02 02:49:39 +05:00
Vincent
6c9af3dd53 fix(#3118): max length of identifiers 2019-03-01 10:25:54 +01:00
David Cruz
ca4a821a79
Merge remote-tracking branch 'upstream/master' 2019-02-26 14:08:36 -08:00
Umed Khudoiberdiev
0363238927 version bump 2019-02-25 15:56:35 +05:00
Umed Khudoiberdiev
d9f5581b22
Merge pull request #3700 from borremosch/add-simple-enum-type
Added simple-enum column type
2019-02-25 12:41:18 +05:00
David Cruz
4fa4064f14
clean whitespace 2019-02-24 12:34:52 -08:00
David Cruz
aff15d6534
revert one test and update changelog 2019-02-24 12:34:01 -08:00
Borre
b4cc98457a Added simple-enum column type 2019-02-23 12:53:30 +01:00
Vladimir Poluch
08bcef16c5 fix(postgres): Fixed migration issue with postgres numeric enum type - change queries are not generated if enum is not modified 2019-02-20 18:50:45 +01:00