Commit Graph

66 Commits

Author SHA1 Message Date
Kononnable
662f128173 longer timeouts on tests 2018-05-05 21:14:52 +02:00
Kononnable
2a7c1453cc Add option to include partial constructor #67 2018-05-05 21:14:06 +02:00
Kononnable
a6ddc23e37 fixing sqlite tests on CI 2018-05-03 19:15:06 +02:00
Kononnable
120894be64 sqlite support #49 2018-04-30 22:47:40 +02:00
Kononnable
aaf52b9c37 enabled tests for postgres range types 2018-04-23 23:10:43 +02:00
Kononnable
0e4845025f CI builds for Oracle 2018-04-23 22:41:46 +02:00
Kononnable
426c6272fe added onUpdate to relation options 2018-04-22 22:03:09 +02:00
Kononnable
8d18027adf added lazy relations 2018-04-22 20:26:59 +02:00
Kononnable
2782efb694 Relational Integrity support #47 2018-04-22 15:03:26 +02:00
Kononnable
c7bc52846f added recongition of relation options in tests 2018-04-21 17:37:41 +02:00
Kononnable
6e15eb08d1 #58 primary keys on join columns 2018-04-18 22:14:35 +02:00
Kononnable
a1b5e68ea8 recognition of unique column #57 2018-04-15 20:14:16 +02:00
Kononnable
d0fe49b9b8 OracleDB support #9 2018-04-15 18:13:33 +02:00
Kononnable
4c6cfe58cf correct recognition of types with width, length,precision 2018-04-14 16:08:30 +02:00
Kononnable
9fafd61511 fixing tests - waiting for fix in typeorm repo 2018-04-14 14:52:45 +02:00
Kononnable
b34afb9586 upgraded supported types to types supported by typeorm@0.2.0 2018-04-14 14:23:18 +02:00
Kononnable
c2371465b1 upgrading to typeorm@0.2.0-alpha.44 2018-04-11 21:03:02 +02:00
Kononnable
f7e7cdd649 many to many relations 2018-03-26 22:41:50 +02:00
Kononnable
a19d82609c addedsupport for multiple schemas on postgres,mssql
closes #39
2018-03-04 23:39:15 +01:00
Kononnable
1533c34944
Merge pull request #37 from kjaenicke/mssql-timestamp-cols
Adds handling for mssql timestamp cols
2018-02-18 23:37:27 +01:00
Kononnable
286c290ad3 added test for mssql timestam column 2018-02-18 23:36:07 +01:00
Kononnable
9b4d2d3ce1 support for boolean pseudotype on mysql/mariadb, closes #34 2018-02-18 21:50:08 +01:00
Kononnable
984238db02 Adding type enum for mysql/mariadb; fixes #28 2018-01-30 00:32:24 +01:00
Kononnable
02d4182e66 added more case options 2018-01-20 00:56:22 +01:00
Kononnable
0069797e92 Fixing conflicts 2018-01-18 23:21:19 +01:00
Kononnable
cd6c61bc5a added option to skip generating config files closes #17 2018-01-16 23:07:35 +01:00
Milton Howe
f3458dbbe8 rebase to upstream master 2018-01-15 15:13:28 -05:00
Kononnable
fe17e484ce Formatting existing code 2017-12-31 17:28:41 +01:00
Kononnable
f82fa172c9 all db specific tests run in same db driver order 2017-12-30 23:53:59 +01:00
Kononnable
c5e181602a updating typeorm 2017-12-25 19:56:17 +01:00
Kononnable
7f2d577b5e oracle - all sql queries, no defined column types, changes needed in connection string generating 2017-12-24 00:58:10 +01:00
Kononnable
49a11b5ec9 oracle - getting all tables 2017-12-18 22:34:31 +01:00
Kononnable
7cfe6fa721 support for more(all?) column types in MySQL, MariaDB 2017-11-26 21:32:17 +01:00
Kononnable
fd04324cf8 tests for #12 2017-11-26 18:58:32 +01:00
Kononnable
a30eb86c83 #12 fixing multiple relations between two tables 2017-11-25 02:23:19 +01:00
Kononnable
4e5393d00e support for more(all?) column types in Postgres 2017-11-20 22:23:00 +01:00
Kononnable
298c3bc415 support for more(all?) column types in MSSQL 2017-11-19 22:38:04 +01:00
Kononnable
ddec66a863 #3 Support for connecting over SSL 2017-10-15 18:58:17 +02:00
Kononnable
9205cee926 #8 schemas support for postgres and mssql 2017-10-15 18:11:08 +02:00
Kononnable
54fc6317d5 basic support for typeorm 0.1.0-alpha.50; package updates 2017-10-08 21:48:21 +02:00
Milton Howe
7dc9126ab3 add option to generate entities cased for Angular style guide (Pascal Entities, camel propertis, kebab files) 2017-09-12 15:19:55 -04:00
Kononnable
b39d271af8 fixing travis CI build 2017-08-14 19:51:41 +02:00
Kononnable
694025ceca added support for MariaDB; formating in some files 2017-08-14 19:07:13 +02:00
Kononnable
83308b1716 added MySQL support 2017-08-14 16:38:18 +02:00
Kononnable
a0b38623b3 added creating test db if it doesn't already exist 2017-08-13 17:55:53 +02:00
Kononnable
4ea92725e0 extracting dist bin 2017-07-20 21:39:08 +02:00
Kononnable
8196db67e0 postgres column types, PK finding; not working relations 2017-07-03 02:36:55 +02:00
Kononnable
d60470a7f5 postgres support, not working column types, finding PK 2017-07-02 20:23:54 +02:00
Kononnable
e443d649dc added composite primary keys test 2017-06-19 23:49:08 +02:00
Kononnable
d5be96adf4 Added version column test 2017-06-19 23:20:11 +02:00