Daniel Lang
|
5eedfc7649
|
reverted name change for systemjs
|
2017-09-12 19:29:19 +02:00 |
|
Daniel Lang
|
2070120770
|
added missing cli.js to browser package, fixed systemjs version when using "typeorm-browser" as package name
|
2017-09-12 14:26:59 +02:00 |
|
Daniel Lang
|
e0bf036a22
|
changed source files to .d.ts in browser build
|
2017-09-12 11:17:36 +02:00 |
|
Umed Khudoiberdiev
|
0fc188410b
|
version bump
|
2017-09-12 10:53:20 +05:00 |
|
Umed Khudoiberdiev
|
6e9cd2f5bc
|
fixed issue #720, added test for it, fixed cache test
|
2017-09-12 10:43:28 +05:00 |
|
Umed Khudoiberdiev
|
acf7e2ae3b
|
version bump
|
2017-09-11 21:52:29 +05:00 |
|
Umed Khudoiberdiev
|
43cb6c6f51
|
Merge pull request #860 from lukaszklis/migrations-cleanup
Remove deprecated imports for generated migrations
|
2017-09-11 21:32:23 +05:00 |
|
Lukasz Klis
|
fcb34ae976
|
Remove deprecated imports for generated migrations
|
2017-09-11 17:50:00 +02:00 |
|
Umed Khudoiberdiev
|
e7239cc02b
|
Merge pull request #856 from iz-iznogood/issue-#855
Fix for issue #855
|
2017-09-11 18:39:31 +05:00 |
|
Umed Khudoiberdiev
|
c060422acf
|
Merge pull request #854 from daniel-lang/ionic-fixes
Cordova driver: Fixes wrong disconnect call and added location option
|
2017-09-11 18:33:13 +05:00 |
|
Umed Khudoiberdiev
|
838b336c4e
|
added query builder result cache functionality
|
2017-09-11 18:21:06 +05:00 |
|
Chriss Kalogeropoulos
|
5d4b730533
|
Fix test message
Fix the message for 'it' at sequences test
|
2017-09-11 14:20:52 +03:00 |
|
Chriss Kalogeropoulos
|
c0a00ad68b
|
Fix for issue #855
We fix the sequence naming in Postgres so that we do not recreate it on each restart.
Add a test too
|
2017-09-11 12:48:28 +03:00 |
|
Daniel Lang
|
e6cb7a6fe0
|
fixed wrong callback in cordova db disconnect
|
2017-09-11 11:37:09 +02:00 |
|
iz-iznogood
|
e5708f35e5
|
Merge pull request #16 from typeorm/master
Merge from typeorm
|
2017-09-11 12:01:51 +03:00 |
|
Umed Khudoiberdiev
|
b51e199a4a
|
version bump
|
2017-09-11 09:04:19 +05:00 |
|
Umed Khudoiberdiev
|
b62046b59d
|
added some docs
|
2017-09-11 08:58:21 +05:00 |
|
Umed Khudoiberdiev
|
bcb31cbc3f
|
Merge pull request #852 from iz-iznogood/test-for-#770
Fix for issue #770
|
2017-09-11 08:57:31 +05:00 |
|
Umed Khudoiberdiev
|
b84d95b902
|
Merge pull request #851 from iz-iznogood/indices-fixes
Fixes for issues #833, #834 and #840
|
2017-09-11 08:56:56 +05:00 |
|
Chriss Kalogeropoulos
|
f6a5419c4d
|
Fix for issue #770 and add test
Fix issue about unique constraint creation #770 and add test
|
2017-09-11 02:59:40 +03:00 |
|
Chriss Kalogeropoulos
|
c35e4ba15c
|
Add test for #833 and #834
Add tests for index creation and modification
|
2017-09-11 02:34:48 +03:00 |
|
Chriss Kalogeropoulos
|
ac391c3972
|
Fixes for #833 and #834 in SchemaBuilder
Add conditions on drop index for uniqueness and column changes
Fix order of promises so that all drops are executes before creates
|
2017-09-11 02:33:39 +03:00 |
|
Chriss Kalogeropoulos
|
92215cf91a
|
Fixes in db drivers for index support (issues #833, #834)
Fix uniquess and column ordering in MySql, Postgres, Sqlite, SqlServer
|
2017-09-11 02:30:45 +03:00 |
|
Chriss Kalogeropoulos
|
c18bdfb87b
|
Add support for EntitySchemas in TestingOptions
Use EntitySchemas to setup various options
|
2017-09-11 02:14:26 +03:00 |
|
Chriss Kalogeropoulos
|
f59f1995a4
|
Add support for indices in EntitySchema (issue #840)
Add property in EntitySchema with index information
Add sparse option and pass it to MongoDB driver
Add test
|
2017-09-11 02:13:38 +03:00 |
|
iz-iznogood
|
f3ced82a13
|
Merge pull request #11 from typeorm/master
Merge from TypeOrm
|
2017-09-10 05:28:45 +03:00 |
|
Zotov Dmitry
|
f810328ac0
|
fixed issue with dates;
|
2017-09-09 12:54:46 +05:00 |
|
Umed Khudoiberdiev
|
117f77c557
|
Merge pull request #844 from puttputt/migration-error-msg-fix
Clarifying Migration Executer Error Msg
|
2017-09-09 09:11:05 +05:00 |
|
Kyle Smyth
|
2f08881da8
|
Was receiving this error and was not sure what it meant. I discovered that the migration class name requires a timestamp, but the error thrown did not describe this properly.
|
2017-09-08 15:34:18 -06:00 |
|
iz-iznogood
|
00519b474c
|
Merge pull request #3 from typeorm/master
Merge changes from typeorm repo
|
2017-09-09 00:32:21 +03:00 |
|
Umed Khudoiberdiev
|
389c2fb054
|
version bump
|
2017-09-08 21:21:54 +05:00 |
|
Umed Khudoiberdiev
|
2e20a9f5e6
|
implemented #685
|
2017-09-08 21:13:36 +05:00 |
|
Umed Khudoiberdiev
|
85f7415134
|
fixes #757
|
2017-09-08 20:22:16 +05:00 |
|
Umed Khudoiberdiev
|
6fc8140af4
|
fixed failing tests
|
2017-09-08 19:00:46 +05:00 |
|
Umed Khudoiberdiev
|
665eb4f6ee
|
added tests for #720
|
2017-09-08 13:36:29 +05:00 |
|
Umed Khudoiberdiev
|
968fa4d6ed
|
fixes #756
|
2017-09-08 12:43:39 +05:00 |
|
Umed Khudoiberdiev
|
6be05dc7a7
|
Merge pull request #837 from daniel-lang/ionic-fixes
Fix for multiple Ionic and browser problems
|
2017-09-08 12:37:35 +05:00 |
|
Umed Khudoiberdiev
|
aaf42047e5
|
fixed failing tests
|
2017-09-08 12:37:19 +05:00 |
|
Umed Khudoiberdiev
|
6fcaa0f762
|
implemented features #440 and #828 - readonly and select-only columns
|
2017-09-08 12:18:15 +05:00 |
|
Daniel Lang
|
8fe6a72a27
|
removed bold sql error output, reverted changed in gulpfile
|
2017-09-08 09:15:15 +02:00 |
|
Umed Khudoiberdiev
|
b24281f9bc
|
fixes #767
|
2017-09-08 11:32:02 +05:00 |
|
Umed Khudoiberdiev
|
a61f9f4e26
|
removed only
|
2017-09-08 10:46:30 +05:00 |
|
Umed Khudoiberdiev
|
69d3978898
|
added tests for #804
|
2017-09-08 10:45:18 +05:00 |
|
Umed Khudoiberdiev
|
d7f7e822c4
|
added unfinished tests for #836
|
2017-09-08 10:21:20 +05:00 |
|
Daniel Lang
|
ce4674c795
|
Merge branch 'master' of github.com:typeorm/typeorm into ionic-fixes
|
2017-09-08 00:34:12 +02:00 |
|
Daniel Lang
|
50a3f2db1c
|
fixed systemjs build, removed duplicate import
|
2017-09-08 00:29:36 +02:00 |
|
Umed Khudoiberdiev
|
b4d7b50538
|
reimplemented replication in mysql
|
2017-09-07 22:21:10 +05:00 |
|
Umed Khudoiberdiev
|
0e8981e94c
|
version bump
|
2017-09-07 19:04:06 +05:00 |
|
Umed Khudoiberdiev
|
082fc2b6e6
|
added replication functionality - part3
|
2017-09-07 18:45:02 +05:00 |
|
Umed Khudoiberdiev
|
734abc17dc
|
added replication functionality - part2
|
2017-09-07 18:42:25 +05:00 |
|