Zotov Dmitry
da58c58be4
Merge branch 'next' into schema-builder-refactoring
...
Conflicts:
package-lock.json
2018-02-20 17:16:28 +05:00
Umed Khudoiberdiev
43f89d49a3
Merge branch 'master' into next
...
* master:
updated changelog
fixed #1504
removed only test
Update one-to-one-relations.md
Handle SQLite in-memory db in ConnectionOptionsReader
Update eager-and-lazy-relations.md
Update eager-and-lazy-relations.md
Update issue-1569.ts
skipped test #1569 (need to fix in @next)
Update entities.md
Update entities.md
added test for #1581
Update select-query-builder.md
create failing test case for issue 1569
# Conflicts:
# docs/eager-and-lazy-relations.md
2018-02-20 13:41:22 +05:00
Umed Khudoiberdiev
6567da9c2d
Update entities.md
2018-02-16 10:05:59 +05:00
cedrick mandocdoc
b3c4a12d3c
Update entities.md
2018-02-15 20:12:40 +08:00
Zotov Dmitry
d6edc142fd
Merge branch 'next' into schema-builder-refactoring
...
Conflicts:
CHANGELOG.md
docs/entities.md
gulpfile.ts
package-lock.json
src/connection/Connection.ts
src/driver/oracle/OracleDriver.ts
src/driver/postgres/PostgresDriver.ts
src/metadata-args/MetadataArgsStorage.ts
src/metadata/EntityMetadata.ts
src/persistence/SubjectExecutor.ts
src/query-builder/UpdateQueryBuilder.ts
test/functional/sqljs/auto-save.ts
2018-02-08 17:53:06 +05:00
Zotov Dmitry
b8c782e8c3
fixing falling tests;
2018-02-08 17:38:56 +05:00
Umed Khudoiberdiev
8ef1695311
Merge branch 'master' into next
...
* master: (57 commits)
update typescript to 2.7
removing repeat types at postgres and sqlite
Prevent transforms breaking on datetime types (closes #1140 )
fixing repeating column types for mysql / mariadb
loose -> lose
loose -> loss
loose -> lose
Updated the hidden column to reflect the query
version bump
Fix typo in connection-options.md
Fixed typo in mongodb.md
Update support.md
Update support.md
Update roadmap.md
Update decorator-reference.md
Update faq.md
Update sequelize-migration.md
Update example-with-express.md
Update active-record-data-mapper.md
Update using-cli.md
...
# Conflicts:
# CHANGELOG.md
# README.md
# docs/relations.md
# docs/roadmap.md
# docs/tree-entities.md
# package-lock.json
# package.json
# src/query-builder/UpdateQueryBuilder.ts
# test/functional/entity-metadata-validator/basic/entity-metadata-validator.ts
# test/functional/sqljs/auto-save.ts
2018-02-06 12:17:33 +05:00
Pablo Carrera Estrada
35dd65f0d7
removing repeat types at postgres and sqlite
...
repeat types
2018-02-05 10:25:23 -05:00
Pablo Carrera Estrada
956a5fd36f
fixing repeating column types for mysql / mariadb
...
removing repeated types of `int`, `tinyint`, `smallint`, `mediumint`, `bigint` at column types for mysql / mariadb
2018-01-31 23:46:07 -05:00
Crutchcorn
d33e4c99ec
Update documentation for select, NULL, and subscribers
2018-01-25 19:02:26 -08:00
Umed Khudoiberdiev
82b1410f0e
Merge pull request #1488 from idchlife/master
...
simple-json column type
2018-01-23 15:44:03 +05:00
idchlife
2bc0e4fa33
changelog + entities.md header link
2018-01-23 12:16:15 +03:00
idchlife
e3536ae814
simple-json column type
2018-01-22 23:34:49 +03:00
Jared Pleva
4b15eae842
Removes duplicate types in Column types for mssql
2018-01-19 14:50:08 -05:00
Umed Khudoiberdiev
42d6c88031
added basic support for tree tables - closure tables, nested set, materialized path
2017-12-17 22:01:27 +05:00
Umed Khudoiberdiev
9fa52b1137
Merge branch 'master' into next
...
* master: (26 commits)
version bump, updated changelog
fixes #1091 , #968 , #1311
fixes #1326
enum type currently not supported in postgres
Update tree-entities.md
#1147 unit test: FindOptions should be able to accept custom where condition
#1147 Ignore custom sql where clause in findOneOptions for Mongo driver
Issues #1147
updated testing logic
change debug namespace
typos
typo
code style
fix
update docs
PlatformTools.load debug
changelog
code style
remove constructor
add semicolon
...
# Conflicts:
# CHANGELOG.md
# package-lock.json
# package.json
# src/metadata/EntityMetadata.ts
# src/metadata/EntityMetadataUtils.ts
# src/metadata/RelationMetadata.ts
# src/query-builder/QueryBuilder.ts
# src/query-builder/SelectQueryBuilder.ts
# test/utils/test-utils.ts
2017-12-12 18:07:22 +05:00
Jakob Lorz
85c643aa3f
enum type currently not supported in postgres
...
As issue #1045 points out, typeorm does not support `enum` on postgres type, yet it is referenced in the docs as supported.
2017-12-10 11:47:04 +01:00
cybermerlin
667a2900be
#1289 fix documentation and Entity, EntityOptions parameters
2017-12-04 15:37:16 +03:00
Umed Khudoiberdiev
2b00cb6121
merged master into persistment
2017-11-03 23:02:18 +05:00
Umed Khudoiberdiev
b0c37d67f4
refactoring persistence
2017-10-31 10:51:33 +05:00
nick
c211744561
added the citext column in postgres
2017-10-23 20:13:05 -07:00
EreckGordon
f40e96757f
add missing link to slides
2017-10-21 19:55:17 -07:00
Umed Khudoiberdiev
69f4570952
fixes #990
2017-10-13 18:10:44 +05:00
Umed Khudoiberdiev
91864a8d4f
improving docs
2017-10-09 19:18:32 +05:00
Daniel Lang
8714a84e01
docs: spelling and general improvements (part 3)
2017-10-03 21:46:55 +02:00
Umed Khudoiberdiev
b4c8e3be1e
updated docs, getting ready for 0.1.0 release
2017-10-03 15:35:09 +05:00
Alexander Rath
13153a57c1
add transformer column option to documentation
2017-09-14 16:32:22 +02:00
Umed Khudoiberdiev
e96d7ed0f4
added some entities docs
2017-08-01 17:07:58 +05:00
Umed Khudoiberdiev
d2646f4891
added entity docs
2017-07-31 13:42:52 +05:00
Umed Khudoiberdiev
77cc40bbe5
refactored connection and added docs about connection
2017-07-28 17:02:15 +05:00