Zotov Dmitry
3e8ae180d5
Merge branch 'master' into next
...
# Conflicts:
# CHANGELOG.md
# package.json
# src/driver/mongodb/MongoDriver.ts
# src/driver/mysql/MysqlQueryRunner.ts
2018-03-31 11:51:14 +05:00
Anatoly Belonog
7ec3d0414d
fix option comment & add it to docs
2018-03-29 22:43:54 +07:00
Umed Khudoiberdiev
6089131013
Merge branch 'master' into next
...
* master: (25 commits)
version bump
skipped failing test for now
version bump
fixed issue with entity order by applied to update query builder
Update README.md
Add TYPEORM_DATABASE to available env options
Provide failing test
chore: fix typo in repository clear test filename
minor lint fix
delete entities using tablePath
implement timezone based tests for multiple database drivers
remove UTC transformation from drivers on write and read
fixed broken lazy relation behaviour with broadcaster
Fixes to Postgres, MySQL and MSSQL drivers propagating unhandled errors and crashing the hosting application
remove array cast apply on function typed columns
exit process on migrations:run command complete
removed only test
fixes #1720
added test for #1703
Update cli docs for create migration
...
# Conflicts:
# CHANGELOG.md
# README.md
# package-lock.json
# package.json
# src/driver/mysql/MysqlDriver.ts
# src/driver/postgres/PostgresDriver.ts
# src/driver/sqlite-abstract/AbstractSqliteDriver.ts
# src/persistence/SubjectOperationExecutor.ts
# src/subscriber/Broadcaster.ts
# test/github-issues/1716/issue-1716.ts
2018-03-26 18:15:13 +05:00
Dave Sewell
52dc9a1bc1
Add TYPEORM_DATABASE to available env options
2018-03-22 22:29:40 -04:00
Umed Khudoiberdiev
632f0afa2a
Merge pull request #1700 from jdforsythe/jdforsythe-migration-docs
...
Update cli docs for create migration
2018-03-12 16:56:26 +05:00
Umed Khudoiberdiev
1ac0721132
Merge pull request #1695 from daniel-lang/cli-migration
...
cli: removed "s" from some migration commands
2018-03-12 16:55:23 +05:00
Daniel Lang
d03783085e
cli: renamed commands in docs
2018-03-12 11:32:37 +01:00
Daniel Lang
8a83ca057f
cli: renamed migrations:run to migration:run
2018-03-12 11:30:02 +01:00
Umed Khudoiberdiev
ebf4809544
Merge pull request #1653 from dvp-travis/master
...
Add ability to create connection by name
2018-03-12 13:12:18 +05:00
Umed Khudoiberdiev
3e4098c305
Merge branch 'master' into next
...
* master:
skipping test for now to make CI working
version bump
fixed bug with partial selections via find options
version bump
fixed issue with find options accepting keys as expressions
Update parameter name to stay consistent
Update mongodb.md
add unit test for issue 1685
Feature to provide custom migration table name
add tests for issue
fix connection url parsing
fixing #1672
Fix #1656
check if entity file already exists
# Conflicts:
# CHANGELOG.md
# package.json
# src/decorator/transaction/Transaction.ts
# src/migration/MigrationExecutor.ts
# src/query-builder/QueryBuilder.ts
# src/query-builder/transformer/RawSqlResultsToEntityTransformer.ts
2018-03-09 18:32:47 +05:00
Umed Khudoiberdiev
4152ecd948
Merge pull request #1698 from xyberzues/patch-1
...
Update mongodb.md
2018-03-09 15:28:53 +05:00
Jeremy Forsythe
8bcd907f7d
Update cli docs for create migration
...
CLI command is `migrations:create` (plural) not `migration:create` (singular)
2018-03-05 14:05:22 -05:00
Vitaly Kosachev
5ee4c4ce9d
Update parameter name to stay consistent
2018-03-05 14:54:43 +02:00
Goeme Nthomiwa
d763e5cb04
Update mongodb.md
2018-03-04 17:14:16 -08:00
Daniel Lang
a62384a762
cli: renamed migrations:create, migrations:generate and migrations:revert to migration:create, migration:generate and migration:revert
2018-03-02 19:49:17 +01:00
Vitaly Kosachev
2a4214ce74
Feature to provide custom migration table name
2018-03-02 12:28:36 +02:00
Zotov Dmitry
fdadf24030
Merge branch 'next' into schema-builder-refactoring
...
# Conflicts:
# CHANGELOG.md
# src/connection/Connection.ts
# src/entity-manager/EntityManager.ts
# src/query-builder/InsertQueryBuilder.ts
# src/query-builder/QueryBuilder.ts
# src/schema-builder/RdbmsSchemaBuilder.ts
2018-02-27 21:19:13 +05:00
Umed Khudoiberdiev
1537e7b9c4
Merge branch 'master' into next
...
* master:
added parseInt to limit/offset/skip/take methods to prevent users from the confusion about escaping those parameters
Update multiple-connections.md
returns
Edit Replication document
fix(docs): link to sqljs connection options
Update SqljsConnectionOptions.ts
Fix broken anchor link
Fix "Partial selection" block code formatting
Update index.ts
chore(common): export DeepPartial from common
fixed findOne usage
# Conflicts:
# package.json
# src/index.ts
# src/query-builder/QueryBuilder.ts
2018-02-27 18:59:11 +05:00
Travis Hill
c21c2a0392
Add ability to create connection by name
2018-02-26 13:34:21 -05:00
Daniel Lang
22b1950cde
fix(docs): link to sqljs connection options
2018-02-24 14:04:40 +01:00
Leonardo Perria
49d9d20243
Fix "Partial selection" block code formatting
2018-02-21 14:34:22 +00:00
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
Justin Headley
6dd1942d0b
Update one-to-one-relations.md
2018-02-19 13:07:45 -08:00
Umed Khudoiberdiev
d111151a62
Update eager-and-lazy-relations.md
2018-02-19 10:40:08 +05:00
Samson Quaye
36ed77118d
Update eager-and-lazy-relations.md
2018-02-18 23:10:52 +01: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
lo78cn
60f9d819e3
Update select-query-builder.md
...
name should be password
2018-02-11 09:36:26 +01: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
Umed Khudoiberdiev
56da551154
Merge pull request #1539 from jamesrichford/fix/typos
...
Fix typos
2018-02-05 15:41:49 +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
James Richford
0ffe68c986
loose -> lose
2018-01-31 23:13:58 +00:00
Muzafar Umarov
83168bdb14
Updated the hidden column to reflect the query
...
There were two columns with the name `name`. The example query builder to fetch that column was selecting `password`.
2018-01-31 08:03:28 -05:00
Umed Khudoiberdiev
46b2d9d0d0
Merge pull request #1534 from xibre/docs-typo
...
Docs: fixed typo in postgres connection options
2018-01-31 14:45:00 +05:00
xibre
c3a7f4c081
Fix typo in connection-options.md
2018-01-31 15:37:44 +06:00
Yonathan Benolol
002e633ba8
Fixed typo in mongodb.md
...
Line 193 was importing getMongoManager instead of getMongoRepository.
2018-01-31 11:35:32 +02:00
Umed Khudoiberdiev
20c0756d0f
Merge pull request #1513 from crutchcorn/master
...
Update documentation for `select`, `NULL`, and subscribers
2018-01-31 12:20:06 +05:00
Matt Neal
a9bccbc47d
Update support.md
...
Remove unnecessary article in heading.
2018-01-29 18:42:02 -05:00
Matt Neal
0f0a5dd96e
Update support.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:41:27 -05:00
Matt Neal
e072eb1f75
Update roadmap.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:40:11 -05:00
Matt Neal
778634d4eb
Update decorator-reference.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:37:00 -05:00
Matt Neal
848a8b8d70
Update faq.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:24:07 -05:00
Matt Neal
06be27a0a6
Update sequelize-migration.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:09:35 -05:00
Matt Neal
35a6844095
Update example-with-express.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:07:34 -05:00
Matt Neal
dbe0d3742b
Update active-record-data-mapper.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:02:32 -05:00
Matt Neal
170a23ef3e
Update using-cli.md
...
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 17:36:49 -05:00