Umed Khudoiberdiev
1c403fd107
Merge pull request #83 from mingyang91/master
...
Fixed: duplicate JSON.parse
2016-11-10 15:40:47 +05:00
明扬
943a8d2ef0
Fixed: duplicate JSON.parse
2016-11-10 18:29:23 +08:00
Umed Khudoiberdiev
aa8ac65f58
more experiments over new persistent mechanizm
2016-11-09 21:02:59 +05:00
Umed Khudoiberdiev
f6f6787b3d
more experiments over new persistent mechanizm
2016-11-09 18:23:14 +05:00
Umed Khudoiberdiev
a892fd0171
version bump
2016-11-09 16:30:02 +05:00
Umed Khudoiberdiev
37cfb72300
added test for unqiue index + fixed tslint errors + version bump
2016-11-09 16:29:06 +05:00
Umed Khudoiberdiev
c29a49ff57
more experiments over new persistent mechanizm
2016-11-09 14:18:34 +05:00
Umed Khudoiberdiev
5b8d1d078c
Merge pull request #76 from AmirTugi/index_decorator_options_fix
...
Unique Issue fixed
2016-11-06 08:37:38 +05:00
Amir Tugendhaft
2d6ec330be
Unique Issue fixed
...
Fixed an issue when maybeFieldsOrOptions is an array, options would still go for maybeFieldsOrOptions instead of maybeOptions.
2016-11-05 15:12:36 +02:00
Umed Khudoiberdiev
21bca6b826
more experiments over new persistent mechanizm
2016-11-05 16:24:38 +05:00
Umed Khudoiberdiev
42949addf5
Merge pull request #74 from f-wrobel/patch-1
...
SQLite driver insert fix
2016-11-05 12:14:05 +05:00
f-wrobel
b5d4485682
SQLite driver insert fix
...
Error: when attempting to insert an empty row to database using a sqlite driver, it causes an error. Fix: use "insert into default values".
2016-11-04 20:18:49 +01:00
Umed Khudoiberdiev
102f78b024
more experiments over new persistent mechanizm
2016-11-04 17:24:28 +05:00
Umed Khudoiberdiev
e2a02d22d4
more experiments over new persistent mechanizm
2016-11-04 15:33:56 +05:00
Umed Khudoiberdiev
392ca3cd6c
more experiments over new persistent mechanizm
2016-11-04 09:55:47 +05:00
Umed Khudoiberdiev
c087004a29
ugly experiments over new persistent mechanizm
2016-11-01 17:01:32 +05:00
Umed Khudoiberdiev
e6e178f4fb
Merge pull request #68 from yannisgu/fixRemoveWithCustomName
...
fix remove operation with custom column name
2016-10-30 17:55:22 +05:00
Yannis Güdel
a534d7a09d
fix remove operation with custom column name
2016-10-30 13:33:36 +01:00
Umed Khudoiberdiev
add27178a3
Merge pull request #65 from strictd/master
...
fixes mysql datetime issues when persisting records
2016-10-28 11:42:17 +05:00
Gary
b2ac65793c
fixes mysql datetime issues when persisting records
2016-10-27 16:37:07 -07:00
Umed Khudoiberdiev
bbf95b736f
Merge pull request #59 from strictd/master
...
resolve entity and schema dir paths
2016-10-22 14:35:36 +05:00
Umed Khudoiberdiev
66c00552c2
fixes #60
2016-10-20 20:07:58 +05:00
Gary
f63f5edb69
resolve entity and schema dir paths
2016-10-18 08:29:57 -07:00
Umed Khudoiberdiev
3f239eddf9
added subjects instead of operated objects; added database subject loader; added find by ids into repository
2016-10-18 19:42:28 +05:00
Umed Khudoiberdiev
b0cb8023ec
added circular relations error during schema creation
2016-10-18 18:00:57 +05:00
Umed Khudoiberdiev
74bbb9cf2c
added tests for #56 issue
2016-10-16 23:10:20 +05:00
Umed Khudoiberdiev
a575fa68cc
updated readme
2016-10-16 15:05:55 +05:00
Umed Khudoiberdiev
86a347d1f9
refactored readme stuff and added more contributing docs
2016-10-16 14:56:41 +05:00
Umed Khudoiberdiev
a1ff1419de
reverted test configuration changes
2016-10-09 23:15:54 +05:00
Umed Khudoiberdiev
01a92d975e
Merge pull request #52 from yannisgu/quickFixPrimaryColumn
...
quick fix for multi primary columns (and fix another bug)
2016-10-09 23:10:43 +05:00
Umed Khudoiberdiev
a95ea1fe20
fixed bug with embedded columns without entity metadata
2016-10-05 20:58:52 +05:00
Umed Khudoiberdiev
47eb56fa29
Merge pull request #50 from yannisgu/fixCustomNames
...
fixed bug when primary key has custom name
2016-10-05 20:38:46 +05:00
Yannis Güdel
42770ebe67
remove console.log
2016-10-03 22:13:18 +02:00
Yannis Güdel
8db90339fa
added tests and fix another bug
2016-10-03 22:12:23 +02:00
Yannis Güdel
54274b1966
quick fix for multi primary columns
...
by moving the call to `firstPrimaryColumn` under the condition `isManyToMany` wecan enable working inserts with multi primary columns for simple relations.
2016-10-03 21:27:46 +02:00
Yannis Güdel
79514df2c0
fixed bug when primary key has custom name
...
in some cases the PersistOperationExecutor used the property names instead of column names for update/delete statements.
This PR fixes these problems.
2016-10-03 17:18:58 +02:00
Umed Khudoiberdiev
bc8b604d9e
added getConnection and getRepository shortcut methods to main entry point
2016-09-28 20:01:45 +05:00
Umed Khudoiberdiev
1b8eceeae7
fixed bug with columns and relations from abstract entities
2016-09-28 18:08:10 +05:00
Umed Khudoiberdiev
39790b975c
removed all internals
2016-09-28 13:25:26 +05:00
Umed Khudoiberdiev
0bde15f1f5
version bump
2016-09-28 13:21:15 +05:00
Umed Khudoiberdiev
208b1e0a07
version bump
2016-09-27 22:09:49 +05:00
Umed Khudoiberdiev
50fbfa8107
relation count exception fix
2016-09-27 21:27:48 +05:00
Umed Khudoiberdiev
64031fe522
added some docs to query builder
2016-09-27 19:37:29 +05:00
Umed Khudoiberdiev
20e3b4192a
fixed index options interface name
2016-09-27 12:35:57 +05:00
Umed Khudoiberdiev
a9e7f24a7f
Merge pull request #45 from typeorm/persistment
...
small fixes
2016-09-26 21:17:54 +05:00
Umed Khudoiberdiev
a80cf96322
small fixes
2016-09-26 21:14:41 +05:00
Umed Khudoiberdiev
a89f4a4b11
small fixes
2016-09-26 20:29:35 +05:00
Umed Khudoiberdiev
32f7fc021a
added relation with primary key skipped test
2016-09-26 11:25:46 +05:00
Umed Khudoiberdiev
a0f389a2f1
Merge pull request #44 from typeorm/persistment-refactoring
...
Persistment refactoring
2016-09-26 10:23:57 +05:00
Umed Khudoiberdiev
6fb2e8198c
refactroed persistment a bit. stopping for now.
2016-09-26 10:20:38 +05:00