17 Commits

Author SHA1 Message Date
Shoaib Ahmed
d8f6037291
doc: improve sentence structure in tree entities section (#8142) 2021-10-02 12:50:19 -04:00
Lukas Windisch
ca26297484
feat: add relations option to tree queries (#7981)
* feat: add relation option to tree queries

Add possibility to load relations of tree entities

Closes: #7974 #4564

* style: remove unused declaration

remove unused declaration to satisfy linting.

* Update tree-entities.md

docs: rename variable for copy paste

* Update FindOptionsUtils.ts

style: remove prettified code

* style: remove prettified code

* style: remove prettified code

* test: enable test for all drivers
2021-08-04 21:24:21 +05:00
Ghassan Maslamani
ef39d12198
docs: Remove note in TreeEntity documentation about #2032 (#7777)
Removes the note which links to the closed issue https://github.com/typeorm/typeorm/issues/2032,  that is supposed to be fixed in this PR https://github.com/typeorm/typeorm/pull/7156 .
2021-06-21 10:47:45 -04:00
alexey2baranov
bcd998b4f3
feat: closure table custom naming (#7120)
* add metadata to @Tree

* add simple test

* ref column naming from string to callback(column)=>name

* fix Closure junction metadata builder

* fix ClosureSubjectExecutor columns naming

* ref ClosureSubjectExecutor columns naming

* fix ClosureEntityMetadataBuilder

* add tests

* fix test name

* doc: add closure-table custom naming docs.

* refactor: small code-style changing.

* refactor: minor refactoring during code review

Co-authored-by: alexey2baranov <Ir1n@gh>
2021-01-12 14:26:05 +05:00
Gilles Coolen
00c9f4be0e docs: fix typo (#5376) 2020-01-18 21:25:43 +05:00
Donald Hruska
04b4f3e4c9 docs: add note about inability to update/remove parent (#5179) 2019-12-05 14:19:17 +05:00
Johannes Schobel
d8907ce398 fixing typos in the EN docs 2019-03-02 12:30:13 +01:00
Johannes Schobel
2dffa6908e fix anchors and change headlines to clear markdown errors 2019-03-02 12:21:27 +01:00
Zotov Dmitry
bf92ac1d88 working on docs; 2018-04-19 15:00:36 +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
Matt Neal
6cd62ac6cd
Grammatical Error Fixes
Fix minor English errors and added a link to an article on the benefits and understandings of Adjacency Lists.
2018-01-26 12:16:53 -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
Kaveh Fereidouni
b91175c59a
Update tree-entities.md
children should be array of categories
2017-12-07 00:30:33 -05:00
Michał Lytek
1fdeacd719
Fix tree entity sample code in docs 2017-10-30 20:03:57 +01:00
Umed Khudoiberdiev
5f9df73b0c fixes #991 2017-10-13 18:00:13 +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