Umed Khudoiberdiev
|
b2febcae03
|
fixed failing test
|
2016-12-06 10:02:01 +05:00 |
|
Umed Khudoiberdiev
|
fc37ca1262
|
refactored code to work with es5 target; code formatting
|
2016-12-06 09:59:28 +05:00 |
|
Umed Khudoiberdiev
|
c94859a180
|
fixed packaging issues
|
2016-12-05 17:47:59 +05:00 |
|
Umed Khudoiberdiev
|
fac16c3fc9
|
version bump
|
2016-12-05 17:31:38 +05:00 |
|
Umed Khudoiberdiev
|
11454e3096
|
fixed issue with wrong working camelCase function
|
2016-12-05 17:30:34 +05:00 |
|
Umed Khudoiberdiev
|
6147a6feca
|
version bump
|
2016-12-05 09:31:28 +05:00 |
|
Umed Khudoiberdiev
|
17d7df41f6
|
length in column options now can be both number and string
|
2016-12-04 01:25:14 +05:00 |
|
Umed Khudoiberdiev
|
6c35f456db
|
#62 and #61 added basic websql driver support
|
2016-12-04 01:22:57 +05:00 |
|
Umed Khudoiberdiev
|
939efb998e
|
fixed issue with test
|
2016-12-04 01:22:30 +05:00 |
|
Umed Khudoiberdiev
|
7b80f0be79
|
added missed process.env usage
|
2016-12-04 00:54:46 +05:00 |
|
Umed Khudoiberdiev
|
3e9b7a4a94
|
#62 and #61 added build-for-browser tasks
|
2016-12-04 00:07:42 +05:00 |
|
Umed Khudoiberdiev
|
3c5c5f672f
|
#62 and #61 added missing browser platform tools methods
|
2016-12-03 12:37:34 +05:00 |
|
Umed Khudoiberdiev
|
4a85607da1
|
#62 and #61 - removed all third party dependencies that could be removed for browser platform; added platform tools classes and extracted all platform-specific code there; removed mysql2 driver type - mysql2 can be used if mysql is not installed by mysql2 is
|
2016-12-03 12:22:09 +05:00 |
|
Umed Khudoiberdiev
|
9386825b17
|
version bump
|
2016-12-02 21:09:20 +05:00 |
|
Umed Khudoiberdiev
|
68aa138e40
|
added shim for decorators to use them on the frontend
|
2016-12-02 20:58:01 +05:00 |
|
Umed Khudoiberdiev
|
40b8f0aa50
|
version bump
|
2016-12-02 20:36:35 +05:00 |
|
Umed Khudoiberdiev
|
044e215bfd
|
fixes #78
|
2016-12-02 20:34:37 +05:00 |
|
Umed Khudoiberdiev
|
102856540c
|
fixed mysql insert issue
|
2016-12-02 20:16:40 +05:00 |
|
Umed Khudoiberdiev
|
05920155c7
|
fixed issue with postgres driver
|
2016-12-02 20:14:38 +05:00 |
|
Umed Khudoiberdiev
|
f80a09b3a6
|
fixed issue with multiple useless connections created
|
2016-12-02 18:57:18 +05:00 |
|
Umed Khudoiberdiev
|
92d37d39de
|
fixed issue when sqllite database does not take in count foreign keys + fixed all tests for sqlite + moved logic of creation transaction during database drop to its method because its driver-specific (issue when sqlite needs to execute queries of disabling foreign key checks before transaction start)
|
2016-12-02 17:18:26 +05:00 |
|
Umed Khudoiberdiev
|
ae511bbe9c
|
fixed issue when object persisted with one-to-many relation that already exist in db is not updated (inverse side)
|
2016-12-02 16:36:46 +05:00 |
|
Umed Khudoiberdiev
|
b423e02832
|
fixed issue when select with id = null is being fired
|
2016-12-02 16:27:41 +05:00 |
|
Umed Khudoiberdiev
|
360f1ad7c8
|
fixed issue when operations for many-to-many relations are not being generated properly
|
2016-12-02 16:24:21 +05:00 |
|
Umed Khudoiberdiev
|
0de268ce7c
|
fixed issue when simple arrays are not checked for difference correctly
|
2016-12-02 16:21:17 +05:00 |
|
Umed Khudoiberdiev
|
94d3b218a3
|
fixed issue with onDelete not working in sqllite
|
2016-12-02 11:23:14 +05:00 |
|
Umed Khudoiberdiev
|
56373e84c0
|
fixes #31
|
2016-12-02 10:44:34 +05:00 |
|
Umed Khudoiberdiev
|
6d8f47de1b
|
version bump
|
2016-12-01 20:44:57 +05:00 |
|
Umed Khudoiberdiev
|
fc77ceefb8
|
fixed not working closure table saving + added test
|
2016-12-01 20:44:00 +05:00 |
|
Umed Khudoiberdiev
|
bce38e5a97
|
fixed issue with non exist entity being sent in remove events
|
2016-12-01 19:27:30 +05:00 |
|
Umed Khudoiberdiev
|
50b74c3c7a
|
fixed issue with build junction operation is applied on a subject without persisted entity
|
2016-12-01 17:02:10 +05:00 |
|
Umed Khudoiberdiev
|
7693811212
|
fixed issue with dates
|
2016-12-01 17:01:03 +05:00 |
|
Umed Khudoiberdiev
|
5f711c508f
|
version bump
|
2016-12-01 16:29:30 +05:00 |
|
Umed Khudoiberdiev
|
0c19cda2b4
|
fixed issue when lazy relations are not loaded and issue when lot of not needed data is being loaded
|
2016-12-01 16:28:02 +05:00 |
|
Umed Khudoiberdiev
|
cd49ed64a1
|
Merge pull request #104 from apezel/persistance-refactoring
resolving problem when hydrating entity with date
|
2016-12-01 16:27:17 +05:00 |
|
Umed Khudoiberdiev
|
fee6cfd1f5
|
fixed issue when lazy relations are not loaded and issue when lot of not needed data is being loaded
|
2016-12-01 16:11:06 +05:00 |
|
Umed Khudoiberdiev
|
4453f53393
|
fixed typo
|
2016-12-01 13:19:48 +05:00 |
|
Umed Khudoiberdiev
|
60fb7bc9ee
|
fixed issue with multiple connections used for persist and remove operations
|
2016-12-01 13:19:30 +05:00 |
|
Arnaud PEZEL
|
9b8dd97692
|
resolving problem when hydrating date
|
2016-11-30 17:44:00 +01:00 |
|
Umed Khudoiberdiev
|
ffeb74bd5c
|
Update CHANGELOG.md
|
2016-11-30 15:32:10 +05:00 |
|
Umed Khudoiberdiev
|
ac106a0520
|
fixed issue with update inverse side
|
2016-11-29 19:25:08 +05:00 |
|
Umed Khudoiberdiev
|
f232abaf3a
|
fixes #96
|
2016-11-29 17:25:20 +05:00 |
|
Umed Khudoiberdiev
|
7203b7a238
|
version bump
|
2016-11-29 16:01:08 +05:00 |
|
Umed Khudoiberdiev
|
19ec4d175f
|
cleanup
|
2016-11-29 15:24:06 +05:00 |
|
Umed Khudoiberdiev
|
5a90996f4b
|
fixed issue with dates when javascript is given but cannot be persisted because of format
|
2016-11-29 15:23:43 +05:00 |
|
Umed Khudoiberdiev
|
0bc57c68f9
|
fixed recursion issue
|
2016-11-29 14:52:46 +05:00 |
|
Umed Khudoiberdiev
|
bbc3347717
|
version bump
|
2016-11-29 14:07:44 +05:00 |
|
Umed Khudoiberdiev
|
2ec59ec7cc
|
renamed query builder methods, removed "ON", removed parameters from inner/left joins
|
2016-11-29 14:03:49 +05:00 |
|
Umed Khudoiberdiev
|
bced54dbc6
|
version bump
|
2016-11-29 12:43:09 +05:00 |
|
Umed Khudoiberdiev
|
57e13f689b
|
added strictness to methods in the repository and query builder - now if they are returning undefined method signature has undefined in returned value
|
2016-11-29 12:41:00 +05:00 |
|