Umed Khudoiberdiev
|
03ceaeade0
|
fixes #694 - added tscompiler check for unused vars
|
2017-07-25 12:53:22 +05:00 |
|
Umed Khudoiberdiev
|
9e6e0bacfb
|
Merge pull request #697 from mdziekon/transaction-typesafe-return
Support type-safe returns when using transactions
|
2017-07-23 11:53:41 +05:00 |
|
Michal Dziekonski
|
f4adac469f
|
Create test cases for transaction's typesafety on return
|
2017-07-23 02:00:07 +02:00 |
|
Michal Dziekonski
|
ef6b720364
|
Fix compilation error due to missing explicit return
|
2017-07-23 01:58:19 +02:00 |
|
Michal Dziekonski
|
dc44e3cd24
|
Leverage generics & type inference to allow typesafe returns from transactions
|
2017-07-23 01:55:19 +02:00 |
|
Umed Khudoiberdiev
|
64f50c9bd9
|
Merge pull request #688 from mingyang91/patch-1
fix typo in readme
|
2017-07-21 12:48:27 +05:00 |
|
明扬
|
e70096f740
|
fix typo
Let the above code be equivalent to the following code.
|
2017-07-20 17:29:26 +08:00 |
|
Umed Khudoiberdiev
|
4d63b93251
|
Merge pull request #627 from bartlomiej-korpus/github-fix-587-clean
fix column ordering in composite index with relation fields
|
2017-07-19 18:08:17 +05:00 |
|
Umed Khudoiberdiev
|
1254d431ec
|
Merge pull request #670 from tjme/master
#660 Specifying a RETURNING or OUTPUT clause with QueryBuilder
|
2017-07-19 18:05:42 +05:00 |
|
Tim Merrison
|
792fc22d53
|
Transfer WHERE logic, allowing RETURNING clause to be appended
for PostgreSQL UPDATE and DELETE qeries
|
2017-07-19 12:18:50 +01:00 |
|
Tim Merrison
|
6c04f13c26
|
Fix handling of test thrown errors
Re-introduce PostgreSQL UPDATE and DELETE tests that currently fail
|
2017-07-18 22:26:35 +01:00 |
|
Tim Merrison
|
bd07abda62
|
Throw error if RETURNING or OUTPUT used without MSSQL or PostgreSQL
and correct tests accordingly
Add descriptive comments to all Methods (linking RETURNING and OUTPUT clause alternatives)
|
2017-07-18 14:22:58 +01:00 |
|
Tim Merrison
|
b902442224
|
More comprehensive tests
but UPDATE and DELETE not yet supported for PostgreSQL
|
2017-07-18 00:09:38 +01:00 |
|
Tim Merrison
|
bc7481c754
|
Fix PostgreSQL #660 tests
|
2017-07-17 20:32:09 +01:00 |
|
Tim Merrison
|
ec298509f9
|
Add OUTPUT function test
|
2017-07-17 15:56:49 +01:00 |
|
Tim Merrison
|
1612723350
|
Corrections to OUTPUT clause
|
2017-07-17 15:07:26 +01:00 |
|
Tim Merrison
|
814f815667
|
Add OUTPUT as equivalent of RETURNING clause
Temporarily remove non-working tests
|
2017-07-17 14:57:30 +01:00 |
|
Tim Merrison
|
2c3bc4f3cc
|
Add #660 tests for SQL
|
2017-07-17 12:59:09 +01:00 |
|
Tim Merrison
|
035f0bad2a
|
#660 Specifying a RETURNING or OUTPUT clause with QueryBuilder
|
2017-07-15 10:07:17 +01:00 |
|
Umed Khudoiberdiev
|
c3b0251a03
|
fixes #658
|
2017-07-14 23:13:07 +05:00 |
|
Umed Khudoiberdiev
|
b74bdca48d
|
fixes #652
|
2017-07-14 13:09:34 +05:00 |
|
Umed Khudoiberdiev
|
cc18a0c872
|
Merge pull request #652 from guscastro/master
Update documentation to remove references to self-initialised arrays
|
2017-07-14 13:05:35 +05:00 |
|
guscastro
|
45d00825a2
|
Update documentation to remove references to self-initialised arrays
|
2017-07-12 20:42:09 +10:00 |
|
Umed Khudoiberdiev
|
28bce80a59
|
fixes #636
|
2017-07-10 12:13:47 +05:00 |
|
Umed Khudoiberdiev
|
c3571e902e
|
small refactoring
|
2017-07-10 12:12:40 +05:00 |
|
Umed Khudoiberdiev
|
b8a7530230
|
Merge pull request #640 from hisamu/tree-repository-naming-strategy
Use the naming strategy on TreeRepository
|
2017-07-10 11:59:50 +05:00 |
|
Luã de Souza
|
34c8991418
|
Use the naming strategy for TreeRepository
|
2017-07-10 16:21:13 +10:00 |
|
Umed Khudoiberdiev
|
e381365f85
|
Merge pull request #638 from seeekr/patch-1
fix typos and inaccuracies in README.md
|
2017-07-10 11:12:05 +05:00 |
|
Denis Andrejew
|
62f574e371
|
fix typos and inaccuracies in README.md
|
2017-07-10 00:40:03 +02:00 |
|
Umed Khudoiberdiev
|
250aed1bac
|
Merge pull request #626 from asvetliakov/fix-directory-loader
Improve DirectoryExportedClassesLoader
|
2017-07-07 19:15:04 +05:00 |
|
Umed Khudoiberdiev
|
f5df707624
|
fixed how null and default are being persisted into db
|
2017-07-07 18:10:43 +05:00 |
|
Umed Khudoiberdiev
|
e297c5d516
|
added docs for future edit
|
2017-07-07 18:10:43 +05:00 |
|
Bartek
|
2d03f1b9be
|
fix column ordering in composite index with relation fields (join columns)
|
2017-07-07 13:22:05 +02:00 |
|
Zotov Dmitry
|
45b0fa3266
|
fixed issue #485
|
2017-07-07 15:17:44 +05:00 |
|
Alexey Svetliakov
|
0bc42e5065
|
Imporve DirectoryExportedClassesLoader
|
2017-07-06 23:51:17 +02:00 |
|
Zotov Dmitry
|
9917787a77
|
added precision support in to Postgres time and timestamp data types (issue #267)
|
2017-07-06 20:34:48 +05:00 |
|
Umed Khudoiberdiev
|
84a54cd721
|
fixed migration run in mssql issues
|
2017-07-06 20:21:27 +05:00 |
|
Umed Khudoiberdiev
|
f3e8170e9e
|
better syntax highlighting
|
2017-07-06 19:29:27 +05:00 |
|
Umed Khudoiberdiev
|
0f8b4debe5
|
fixed #610
|
2017-07-06 18:15:52 +05:00 |
|
Umed Khudoiberdiev
|
5ca9e0e55d
|
Merge pull request #619 from joffray589/patch-1
Update MysqlDriver.ts to fix issue #610
|
2017-07-06 18:12:46 +05:00 |
|
Umed Khudoiberdiev
|
7065d800f6
|
fixes #608
|
2017-07-06 17:01:35 +05:00 |
|
Zotov Dmitry
|
724caf14ba
|
added precision support in to SqlServer datetime2, time and datetimeoffset data types (issue #267)
|
2017-07-06 16:58:00 +05:00 |
|
Umed Khudoiberdiev
|
52d18d8041
|
removed only test
|
2017-07-06 12:49:57 +05:00 |
|
Umed Khudoiberdiev
|
565b1a4ce2
|
test for #620
|
2017-07-06 12:48:04 +05:00 |
|
Umed Khudoiberdiev
|
028023df7b
|
fixing #617
|
2017-07-06 12:28:09 +05:00 |
|
Umed Khudoiberdiev
|
9a0c51bc6a
|
added missing dependency
|
2017-07-06 11:12:58 +05:00 |
|
Joffray Braga
|
7639540966
|
Update MysqlDriver.ts : fix tslint whitespace validation
|
2017-07-05 19:00:18 +02:00 |
|
Joffray Braga
|
9a06f9f8dc
|
Update MysqlDriver.ts to fix issue #610
|
2017-07-05 17:42:44 +02:00 |
|
Umed Khudoiberdiev
|
1e1c4c1df9
|
added changelog notes
|
2017-07-05 19:34:31 +05:00 |
|
Umed Khudoiberdiev
|
f5cf34c290
|
added MssqlParameter into main exports
|
2017-07-05 19:24:16 +05:00 |
|