Lucas Ferreira
db7d85d4ff
doc: update relations files with orphaned rows option ( #7327 )
2021-02-01 17:58:55 +05:00
Gergo Tolnai
cc044a90c2
docs: update cascade options ( #7140 )
2021-01-11 17:06:55 +05:00
Pierre Turnbull
6e598c1bea
docs: added multi-column informations for JoinColumn ( #5656 )
2020-03-11 16:21:53 +05:00
Seunghwan Oh
05cad88718
docs: update relations.md ( #5456 )
2020-02-17 18:11:43 +05:00
Mike Guida
0d94c9e542
docs: explain cascade options ( #4945 )
...
* docs: remove extra whitespace on relations.md
* docs: add info on cascade options
2019-10-22 19:50:18 +05:00
Alex Howard
81f4b43f3e
docs: added missing comma in relations.md ( #4739 )
2019-09-13 12:16:07 +05:00
Jan Kytka
fd29d4d1dd
Link relations.md to other relations-related doc pages
...
Each of the listed relation types has its own doc page, so I made the list items link to those pages.
2019-04-16 12:51:16 +02:00
Valon Haliti
029cb79879
fix a typo
2018-07-13 09:59:49 +02: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
Matt Neal
088c80fbb6
Update relations.md
...
Minor grammatical and punctuation error fixes.
2018-01-26 17:29:51 -05:00
Travis Hill
d6d78a0a14
Corrected documentation on eager relation option
...
https://github.com/typeorm/typeorm/issues/1478
2018-01-23 12:16:24 -05:00
Umed Khudoiberdiev
9414763f65
Merge branch 'master' into next
...
* master: (26 commits)
fix(test-coverage): removed failing test
fix(test-coverage): added failing test
fix(test-coverage): coverage is back at CI
Update CHANGELOG.md
Added test for #1369 & Added check for subclasses in Broadcaster isAllowedSubscriber method
Fixed mistake in repository-api.
version bump
updated changelog
Handle create extension exceptions for Postgres driver
added test for nulls first for mysql
version bump
orthography
added test for #1397
Docs: Make variable User obvious
tests(sqljs): fixed tests not failing when mocha fails
tests(sqljs): removed error flag
tests(sqljs): removed explicit error message
tests(sqljs): removed istanbul pipe
tests(sqljs): added explicit error code to fail the process
tests(sqljs): correctly closing sqljs connection and catching exceptions
...
# Conflicts:
# CHANGELOG.md
# docs/repository-api.md
# package-lock.json
# package.json
2018-01-15 14:14:38 +05:00
Tiago
0e3296bdf1
orthography
...
fix the word spelling.
2018-01-04 14:30:59 -02:00
Umed Khudoiberdiev
843fbcc886
changed how cascades should be defined via relation options
2017-11-20 13:48:14 +05:00
Dustin Hoffner
7e7e8bb8f3
Wrong column name
...
I think you meant `categoryName` instead of `categoryId` here.
2017-11-02 19:05:13 +01:00
Umed Khudoiberdiev
91864a8d4f
improving docs
2017-10-09 19:18:32 +05:00
Daniel Lang
bd9041f0f5
spelling and general improvements (part 5)
2017-10-04 13:08:40 +02:00
Umed Khudoiberdiev
b4c8e3be1e
updated docs, getting ready for 0.1.0 release
2017-10-03 15:35:09 +05:00
Umed Khudoiberdiev
ba291b1910
finished eager relations functionality
2017-09-19 22:23:36 +05:00
Umed Khudoiberdiev
42a7151f02
added relations docs
2017-08-01 17:53:08 +05:00
Umed Khudoiberdiev
bd5a1a5e0f
added some relations docs
2017-08-01 16:59:41 +05:00
Umed Khudoiberdiev
576d0db4cd
added some relations docs
2017-08-01 16:59:41 +05:00
Umed Khudoiberdiev
d4cb010875
added some relations docs
2017-07-31 17:38:35 +05:00
Umed Khudoiberdiev
e297c5d516
added docs for future edit
2017-07-07 18:10:43 +05:00
Umed Khudoiberdiev
86a347d1f9
refactored readme stuff and added more contributing docs
2016-10-16 14:56:41 +05:00
Umed Khudoiberdiev
1163df7c44
added more docs
2016-04-12 13:55:52 +05:00
Umed Khudoiberdiev
ae76db3211
added more docs
2016-04-12 09:39:48 +03:00
Umed Khudoiberdiev
940f2fd261
updated readme
2016-03-28 03:44:30 +08:00