Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge upstream TypeORM v3.20 and retain Spanner support #22

Merged
merged 292 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
292 commits
Select commit Hold shift + click to select a range
4eda5df
fix: allow to pass ObjectLiteral in mongo find where condition (#9632)
ayuvlasenko Dec 29, 2022
8668c29
feat: support busy_timeout param parameter for sqlite (#9623)
sinkhaha Dec 29, 2022
67973b4
fix: materialized hints support for cte (#9605)
subparry Dec 29, 2022
18b659d
fix: synchronizing View with schema broken for oracle (#9602)
jjurach Dec 29, 2022
15a4eb9
removed titles from issue templates
AlexMesser Dec 29, 2022
3e1caf0
docs: fix some typo in migration document (#9667)
linus-sh Jan 3, 2023
defb409
feat: support time travel queries, upsert, enums, spatial types in co…
simplenotezy Jan 3, 2023
74f7f79
refactor: remove a deprecated function (#9702)
summer-boythink Jan 11, 2023
6b37e38
fix: remove unnecessary .js extension in imports (#9713)
kyung-yeon Jan 28, 2023
de84014
chore: add *.iml to .gitignore (#9707)
f-wrobel Jan 28, 2023
b937ae4
test: Add test to prove that issue #2331 is resolved (#9688)
Spissable Jan 28, 2023
ef64bfc
test: update multiple nested embedded entities (#9696)
f-wrobel Jan 28, 2023
4df969e
fix: overriding caching settings when alwaysEnabled is true (#9731)
kolpakov-p Jan 28, 2023
c669f50
docs: update many-to-many-relations.md (#9736)
zeeshanhaiderkhan Jan 28, 2023
63ab05f
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#9758)
dependabot[bot] Feb 5, 2023
6fb2121
fix: Fix grammar error in no migrations found log (#9754)
JoshHeng Feb 5, 2023
ca315f0
docs: Fix grammar error in the first paragraph. (#9759)
vitorlbrasil Feb 5, 2023
6c9010e
feat: allow mysql2 v3 as peerDependency (#9747)
aggarwaldev Feb 6, 2023
1a9b9fb
fix: make sure "require" is defined in the environment
pleerock Feb 6, 2023
b8704f8
fix: redundant Unique constraint on primary join column in Postgres (…
KiwiKilian Feb 6, 2023
c77c43e
fix: resolve issue with "simple-enum" synchronization in SQLite (#9716)
Vista1nik Feb 6, 2023
7726f5a
fix: improved `FindOptionsWhere` behavior with union types (#9607)
tsugitta Feb 6, 2023
7df2ccf
fix: sql expression when `where` parameter is empty array (#9691)
PronDmytro Feb 6, 2023
0eb7441
feat: naming strategy for legacy Oracle (#9703)
f-wrobel Feb 7, 2023
d2f37f6
feat: add find operator json contains (#9665)
isaryy Feb 7, 2023
c418aae
docs: update cli related docs (#9659)
StefanZivkovic Feb 7, 2023
8731858
feat: support enableWal for the better-sqlite3 driver (#9619)
xtremebiker Feb 7, 2023
7c00bb8
fixed wrong callback definition in tests
AlexMesser Feb 7, 2023
b3b0c11
fix: Incorrect enum default value when table name contains dash chara…
KhaledSMQ Feb 7, 2023
8150525
fix: add support for mongodb v4 (#9450)
MatheusMeloAntiquera Feb 7, 2023
adce698
Revert "fix: add support for mongodb v4 (#9450)" (#9762)
pleerock Feb 7, 2023
54ca9dd
fix: incorrect sorting of entities with multi-inheritances (#9406)
ZBAGI Feb 7, 2023
9bd3a64
removed unnecessary .js extension in imports
AlexMesser Feb 7, 2023
12fdd73
refactor: use abstract logger to reduce duplicate code (#9751)
christian-forgacs Feb 7, 2023
4555211
feat: update mssql dependency and other dependencies as well (#9763)
pleerock Feb 7, 2023
7d1f1d6
feat: support for SQL aggregate functions SUM, AVG, MIN, and MAX to t…
netroy Feb 7, 2023
f07bdd0
version bump
pleerock Feb 7, 2023
099fcd9
fix: react-native doesn't properly work in ESM projects because of ci…
pleerock Feb 7, 2023
58fc088
fix: use forward slashes when normalizing path (#9768)
truemogician Feb 9, 2023
f7b210b
docs: documented getCount() method (#9847)
rizen Apr 5, 2023
3f1142b
docs: update relations-faq (#9879)
ifree92 Apr 5, 2023
e0e7d2c
docs: update many-to-many-relations.md (#9861)
scr4bble Apr 5, 2023
98f2205
docs: added a documentation section on debugging query builder (#9846)
rizen Apr 5, 2023
1fcd9f3
refactor: remove date-fns package (#9634)
jdgjsag67251 Apr 5, 2023
4fa14e3
build(deps): bump jsonwebtoken and mssql (#9700)
dependabot[bot] Apr 5, 2023
cb154d4
fix: resolve issues for mssql migration when simple-enum was changed
ertl Apr 5, 2023
07221a3
fix: resolves issue with mssql column recreation (#9773)
ertl Apr 5, 2023
0814970
feat: allow type FindOptionsOrderValue for order by object property (…
dylanseago Apr 6, 2023
af4f15c
fixing failing test
AlexMesser Apr 6, 2023
f530811
feat: Broadcast identifier for removed related entities (#9913)
pdyck Apr 6, 2023
0619aca
test: when calling AVG on an integer column, MS SQL Server returns an…
sbleon Apr 6, 2023
4997da0
fix: loading tables with fk in sqlite query runner (#9875)
GP4cK Apr 6, 2023
f7f6817
fix: improve EntityNotFound error message in QueryBuilder.findOneOrFa…
Agreon Apr 6, 2023
bebba05
fix: proper default value on generating migration when default value …
dmytroboiko Apr 6, 2023
97280fc
docs: update migrations docs (#9828)
alexander-kraev-snyk Apr 6, 2023
bc306fb
feat: add support for STI on EntitySchema (#9834)
gabrielkim13 Apr 6, 2023
a868979
fix: use object create if entity skip constructor is set (#9831)
themizzi Apr 6, 2023
4ac8c00
feat: add support for json datatype for sqlite (#9744)
bahung1221 Apr 6, 2023
197cc05
fix: prevent foreign key support during migration batch under sqlite …
sinopsysHK Apr 6, 2023
de1228d
fix: transform values for FindOperators #9381 (#9777)
ertl Apr 6, 2023
947ffc3
feat: leftJoinAndMapOne and innerJoinAndMapOne map result to entity (…
acuthbert Apr 6, 2023
a11809e
fix: handles "query" relation loading strategy for TreeRepositories (…
JoseCToscano Apr 6, 2023
f1330ad
fix: firstCapital=true not working in camelCase() function
AlexMesser Apr 6, 2023
12e9db0
feat: QueryBuilder performance optimizations (#9914)
pleerock Apr 6, 2023
0194f17
version bump
pleerock Apr 6, 2023
daf1b47
fix: wrong dependency version in init command
AlexMesser Apr 6, 2023
7dac12c
fix: drop xml & yml connection option support (#9930)
pleerock Apr 9, 2023
5e3c565
version bump
pleerock Apr 9, 2023
115059d
added package lock
pleerock Apr 10, 2023
4240258
ci: wait if oracle db is enabled in test suite (#9946)
mptr Apr 13, 2023
3a72e35
test: cli init with local typeorm package (#9926)
mptr Apr 13, 2023
f6a3ce7
feat: support for the latest mongodb v5 (#9925)
mptr Apr 15, 2023
83c6c0e
fix: SelectQueryBuilder builds incorrectly escaped alias in Oracle wh…
Alankarsharma Apr 15, 2023
80ae904
chore: better console.log (#9924)
staff0rd Apr 15, 2023
7ee6232
refactor: combine sqlite json and simple-json handling (#9937)
KillerCodeMonkey Apr 15, 2023
06291cf
docs: wrong documentation on QueryBuilder.getCount() (#9935)
elliots Apr 15, 2023
159c60a
fix: make cache optional fields optional (#9942)
RustySol Apr 15, 2023
51eecc2
fix: prevent unique index identical to primary key (all sql dialects)…
alumni Apr 15, 2023
f1c5662
fixed compiler error
pleerock Apr 15, 2023
5890561
version bump
pleerock Apr 15, 2023
68aa573
docs: issue #8860 (#9951)
adetorodev Apr 15, 2023
e0165e7
fix: add directConnection options to MongoDB connection (#9955)
a-fournier Apr 17, 2023
b064049
docs: update entity-manager-api.md (#9956)
slowhigh Apr 18, 2023
3d67901
fix: resolve duplicate subscriber updated columns (#9958)
spotykatch Apr 18, 2023
0e56f0f
fix: select + addOrderBy broke in 0.3.14 (#9961)
pleerock Apr 18, 2023
f5b93c1
refactor: query methods should accept generic for return type (#9957)
Newbie012 Apr 18, 2023
d8a2e37
feat: mariadb uuid inet4 inet6 column data type support (#9845)
smith-xyz Apr 25, 2023
99bef49
fix: mongodb typings breaks the browser version (#9962)
spotykatch May 9, 2023
54f4f89
revert: "refactor: remove date-fns package (#9634)"
pleerock May 9, 2023
2a2bb4b
fix: allow json as alias for longtext mariadb (#10018)
smith-xyz May 9, 2023
5be20e2
fix: express option bug in init command (#10022)
youngkiu May 9, 2023
21a9d67
fix: RelationIdLoader has access to queryPlanner when wrapped in tran…
riqwan May 9, 2023
0305805
fix: add `trustServerCertificate` option to `SqlServerConnectionOptio…
99xtal May 9, 2023
7c5627f
fix: added instanceName to options (#9968)
jenshorch May 9, 2023
a188b1d
fix: for running cli-ts-node-esm use exit code from child process (#1…
pahuta May 9, 2023
938f94b
fix: add onDelete option validation for oracle (#9786)
ertl May 9, 2023
9460296
fix: convert the join table ID to the referenceColumn ID type (#9887)
tqh177 May 9, 2023
96b7ee4
fix: correct encode mongodb auth credentials (#10024)
leoojg May 9, 2023
06c1e98
fix: create correct children during cascade saving entities with STI …
felix-gohla May 9, 2023
8795c86
fix: support More/LessThanOrEqual in relations (#9978)
LoneRifle May 9, 2023
607d6f9
fix: added transaction retry logic in cockroachdb (#10032)
AlexMesser May 9, 2023
abb9079
version bump
pleerock May 9, 2023
d4607a8
test: fix test from #9034 with STI for Oracle (#10037)
felix-gohla May 10, 2023
f5d4397
fix: add missing await (#10084)
p1k2i Jun 19, 2023
7108cc6
chore: use new CircleCI convenience images (#10101)
felix-gohla Jun 20, 2023
b1a3a39
fix: #10040 TypeORM synchronize database even if it is up to date (#1…
juliengbt Jun 20, 2023
a909d5b
version bump
pleerock Jun 20, 2023
dff2d53
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#10220)
dependabot[bot] Jul 22, 2023
ff6e875
docs: change `implements` to `extends` (#10219)
CodyTseng Jul 22, 2023
8740adb
docs: update usage of query runner with query builder (#10093)
mkrrishk Aug 19, 2023
fcb9904
fix: upgrade ts-node version to latest(10.9.1) version (#10143)
youngkiu Aug 19, 2023
6b61724
docs: corrected the typos and grammatical errors in README.md (#10145)
Lidhya Aug 19, 2023
e36aa6c
docs: typo on given example (#10166)
richardvinc Aug 19, 2023
e72a9da
docs: add the some options on Oracle documentation (#10182)
ralphg6 Aug 19, 2023
df7c069
feat: add MSSQL disableAsciiToUnicodeParamConversion option and tests…
nadiamk Aug 19, 2023
7adbc9b
fix: add missing export for View class (#10261)
morpheus-87 Aug 19, 2023
c8ee5b1
feat: add support for mssql server DefaultAzureCredential usage (#10246)
destumme Aug 19, 2023
f8fa1fd
fix: ignore changes for columns with `update: false` in persistence (…
grainrigi Aug 19, 2023
fbd45db
fix: using async datasource to configure typeorm (#10170)
nover Aug 19, 2023
ca29c0f
feat: modify repository.extend method for chaining repositories (#10256)
hunjin-choi Aug 19, 2023
9f8899f
fix: improve helper for cli for commands missing positionals (#10133)
nicolasroger17 Aug 19, 2023
d937f61
fix: scrub all comment end markers from comments (#10163)
smcgivern Aug 19, 2023
201342d
fix: loading datasource unable to process a regular default export (#…
Durisvk Aug 19, 2023
78b2f48
feat: implements QueryFailedError generic for driverError typing (#10…
guilopesn Aug 19, 2023
c6f608d
fix: resolve issue building eager relation alias for nested relations…
JoseCToscano Aug 19, 2023
022d2b5
fix: aggregate function throw error when column alias name is set (#1…
shenX-2021 Aug 19, 2023
6378b21
docs: update select-query-builder.md (#10297)
logicparadise-rayyan Sep 2, 2023
befe4f9
build(deps-dev): bump mongodb from 5.4.0 to 5.8.0 (#10321)
dependabot[bot] Sep 2, 2023
9471bfc
build: update CockroachDB version to v23.1.9 (#10346)
rafiss Sep 22, 2023
35a3a7f
docs: added missing import in select-query-builder.md (#10385)
logicparadise-rayyan Sep 30, 2023
8d0e7f9
docs: fix naming consistency (#10383)
Erik-McKelvey Sep 30, 2023
ba7ad3c
fix: circular dependency breaking node.js 20.6 (#10344)
mohd-akram Sep 30, 2023
b8af97a
docs: update example-with-express.md (#10374)
AkshayBarad Sep 30, 2023
e296063
fix: ManyToMany ER_DUP_ENTRY error (#10343)
growms Sep 30, 2023
ebd61d1
feat: expose countDocuments in mongodb (#10314)
FxEasy Sep 30, 2023
d184d85
test: stop using unsafe CockroachDB setting (#10404)
rafiss Oct 5, 2023
c8ec542
docs: update select-query-builder.md (#10520)
seungwoncode Dec 29, 2023
3cf938e
fix: add BaseEntity to model-shim (#10503)
JonDum Dec 29, 2023
48f5f85
feat: allow to use custom type witch extends object type for find whe…
zlooun Dec 29, 2023
b240d87
feat: custom STI discriminator value for EntitySchema (#10508)
gabrielkim13 Dec 29, 2023
89c5257
feat: user-defined index name for STI discriminator column (#10509)
gabrielkim13 Dec 29, 2023
4173e51
docs: update delete-query-builder.md (#10519)
seungwoncode Dec 29, 2023
7e9cead
feat: implement streaming for SAP HANA (#10512)
alumni Dec 29, 2023
45e31cc
feat: implement column comments for SAP HANA (#10502)
alumni Dec 29, 2023
ccb9aff
test: fix migration-generate test suite (#10361)
edosrecki Dec 29, 2023
d76b546
docs: update redis cache client options (#10521)
sfozz Dec 29, 2023
122c897
fix: add error handling for missing join columns (#10525)
PleBea Dec 29, 2023
ae006af
feat: entityId in InsertEvent (#10540)
strongpauly Dec 29, 2023
8af533f
fix: caching always enabled not caching queries (#10524)
krylovaaleksandra Dec 29, 2023
39fdcf6
fix: resolve issue of generating migration for numeric arrays repeate…
michaelzaytsev Dec 29, 2023
3647b26
feat: support for MongoDB 6.x (#10545)
aleccool213 Dec 29, 2023
cf37f13
fix: migrations on indexed TIMESTAMP WITH TIME ZONE Oracle columns (#…
gabrielkim13 Dec 29, 2023
aa8d24c
build: removed Node.js 14 from CircleCi (#10576)
AlexMesser Dec 29, 2023
af77a5d
fix: default value in child table/entity column decorator for multipl…
mellster2012 Dec 29, 2023
ad5bf11
fix: mongodb - undefined is not constructor (#10559)
hekystyle Dec 29, 2023
95a7337
docs: fix orderBy of Spatial columns (#10568)
youngkiu Dec 29, 2023
75ec8f2
fix: bump better-sqlite3 version range (#10452)
tada5hi Dec 29, 2023
f4e6eaf
feat: add concurrent indexes for postgres (#10442)
slukes Dec 29, 2023
7a58bbf
docs: typo fixed in the manager.findAndCountBy documentation (#10396)
sekomer Dec 29, 2023
7de4890
fix: deletedAt column leaking as side effect of object update while c…
m-salman-afzal Dec 29, 2023
6d5b5d9
docs: update the docs to keep in line with the example (#10387)
Crsk Dec 29, 2023
bfc1cc5
fix: serialize bigint when building a query id #10336 (#10337)
ales-albert-kilbergr Dec 29, 2023
6c918ea
fix: resolve issue queryBuilder makes different parameter identifiers…
iifawzi Dec 29, 2023
cf7147f
fix: remove `date-fns` in favor of `DayJs` (#10306)
julienmunio Dec 29, 2023
b6b46fb
feat: add exists and exists by (#10291)
ryuudotgg Dec 29, 2023
65858f3
feat: enabled CTE for oracle driver (#10319)
sschneider-ihre-pvs Dec 29, 2023
72b1d1b
feat: ability to change default replication mode (#10419)
airhorns Dec 29, 2023
a4900ae
fix: extend GiST index with range types for Postgres driver (#10572)
jorenvandeweyer Dec 29, 2023
696e688
fix: SQLite simple-enum column parsing (#10550)
ncpa0cpl Dec 29, 2023
fdb9866
fix: update UpdateDateColumn on upsert (#10458)
Spissable Dec 29, 2023
f6bb671
feat: support mssql@10 (#10356)
edosrecki Dec 29, 2023
d41930f
fix: logMigration has incorrect logging condition (#10323)
bejewel-kyoungmin Dec 29, 2023
3af891a
feat: use node-oracledb 6 (#10285)
ertl Dec 29, 2023
2dc9624
fix: mongodb resolves leaked cursor (#10316)
FxEasy Dec 29, 2023
b53e410
fix: empty objects being hydrated when eager loading relations that h…
tolgap Dec 29, 2023
bafcd17
feat: exposed entity and criteria properties on EntityNotFoundError (…
clintonb Dec 29, 2023
f6b87e3
perf: improve SapQueryRunner performance (#10198)
lotczyk Dec 29, 2023
a939654
fix: remove dynamic require calls (#10196)
Dukezo Dec 29, 2023
dc1bfed
fix: resolve issues on upsert (#10588)
alenap93 Jan 2, 2024
122b683
fix: mssql datasource testonborrow not affecting anything (#10589)
thisnamewasnottaken Jan 2, 2024
149226d
fix: backport postgres connection error handling to crdb (#10177)
Informatic Jan 2, 2024
3cda7ec
feat: add isolated where statements (#10213)
oldmantaiter Jan 2, 2024
25e6ecd
fix: nested transactions issues (#10210)
gmahomarf Jan 2, 2024
b188c1e
chore: initial setup of ESLint (#10203)
kusigit Jan 2, 2024
0f11739
docs: fix typos (#10243)
le-harivansh Jan 2, 2024
5c28154
feat: BeforeQuery and AfterQuery events (#10234)
mnguyen081002 Jan 2, 2024
e67d704
feat: nullable embedded entities (#10289)
andreamouraud Jan 2, 2024
73ee70b
fix: correctly keep query.data from ormOption for commit / rollback s…
nicolasroger17 Jan 2, 2024
173910e
fix: should automatically cache if alwaysEnable (#10137)
andreamouraud Jan 2, 2024
8b4df5b
fix: added fail callback while opening the database in Cordova (#10566)
moianra23 Jan 2, 2024
7ecc8f3
docs: updated id to _id (#10584)
DavisSylvester Jan 2, 2024
4329996
docs: update Soft-Delete, Restore-Soft-Delete examples (#10585)
seungwoncode Jan 2, 2024
dd59524
fix: prevent using absolute table path in migrations unless required …
sagentac Jan 2, 2024
a00b1df
feat: implement OR operator (#10086)
deepkhurana1999 Jan 2, 2024
b5ec088
docs: update Chinese faq.md (#10593)
zhennann Jan 3, 2024
15bc887
build: update CircleCI config & repair failing tests (#10590)
AlexMesser Jan 3, 2024
338df16
feat: add support for table comment in MySQL (#10017)
sinkhaha Jan 3, 2024
080528b
fix: resolve circular dependency when using Vite (#10273)
vorujack Jan 3, 2024
b5d2599
build(deps-dev): bump the npm_and_yarn group group with 1 update (#10…
dependabot[bot] Jan 3, 2024
b6ef306
updated glob version
pleerock Jan 2, 2024
ffa8499
fixed duplicated buffer import
pleerock Jan 3, 2024
d606b9d
updated license
pleerock Jan 3, 2024
5464dec
version bump
pleerock Jan 3, 2024
633c4e3
fixed glob import
AlexMesser Jan 3, 2024
73e3b49
version bump
pleerock Jan 3, 2024
fa86f6f
added breaking change notice in the changelog
pleerock Jan 3, 2024
c22e30f
build: set TS compile target to ES2021 (#10595)
alumni Jan 4, 2024
15de46f
revert "feat: nullable embedded entities (#10289)" (#10614)
Kobe-Kwanten Jan 8, 2024
8ebe769
docs: update SelectQueryBuilder.ts (#10631)
pavlokolodka Jan 26, 2024
4493db4
feat: add table comment for postgres (#10613)
kazu728 Jan 26, 2024
7e85460
feat: add json type support for Oracle (#10611)
ertl Jan 26, 2024
1b34c9a
fix: multiple insert in SAP Hana (#10597)
sagentac Jan 26, 2024
d3a2e53
docs: fix table of contents missing sections (#10625)
esdrasbrz Jan 26, 2024
b67ae36
docs: update the content of one-to-one to be more grammatically compl…
talktonok Jan 26, 2024
8aa8690
fix: resolve issue CREATE/DROP Index concurrently (#10634)
alenap93 Jan 26, 2024
f232ba7
fix: include asExpression columns in returning clause (#10632)
maartensijmkens Jan 26, 2024
62f574b
docs: add And operator example (#10603)
alenap93 Jan 26, 2024
e224819
style: Enable some linter rules (#10592)
kusigit Jan 26, 2024
0cab0dd
fix: fallback runMigrations transaction to DataSourceOptions (#10601)
edrichhans Jan 26, 2024
99d8249
fix: type inferencing of EntityManager#create (#10569)
quaternion Jan 26, 2024
032f535
docs: add documentation for .orIgnore method (#10607)
alenap93 Jan 26, 2024
dd49a25
fix: don't escape indexPredicate (#10618)
alexey-pelykh Jan 26, 2024
54d8d9e
fix: hangup when load relations with relationLoadStrategy: query (#10…
casheeeewnuts Jan 26, 2024
d0b7670
feat: add postgres multirange column types (#10627)
nielsstinissen Jan 26, 2024
dd8c0fd
docs: grammar mistake fixed (#10647)
Xayrulloh Jan 26, 2024
4624930
fix: added missing parentheses in where conditions (#10650)
alenap93 Jan 26, 2024
8f371f2
Revert "fix: prevent using absolute table path in migrations unless r…
alumni Jan 26, 2024
3d55188
version bump
pleerock Jan 26, 2024
28a8383
docs: update the custom-repository.md file in the docs/zh_CN director…
OrangeSheepCool Feb 1, 2024
83567f5
fix: composite key save issue (#10672)
jeisberg Feb 2, 2024
e7649d2
fix: moved `reflect-metadata` to `peerDependencies` and set version t…
OSA413 Mar 28, 2024
db50842
chore(docs): add announcement (#11125)
dlhck Nov 8, 2024
6927a65
chore: Replace Slack links with Discord
michaelbromley Nov 28, 2024
c74ab27
chore: Remove Umed's Skype info
michaelbromley Nov 28, 2024
fdbb013
Merge pull request #11153 from michaelbromley/replace-slack-links
michaelbromley Nov 28, 2024
d106eed
test: Add GitHub Actions for tests CI/CD (#11157)
OSA413 Dec 10, 2024
f6a94dd
test: remove restriction of CI/CD runs for fork branches (#11173)
OSA413 Dec 10, 2024
5c2330a
test: Split SQLite tests and fix better-sqlite3 (#11174)
OSA413 Dec 10, 2024
b535cbd
style: Apply formatting (#11175)
OSA413 Dec 11, 2024
1465773
chore: Update some packages and run npm audit fix (#11181)
OSA413 Dec 12, 2024
755191e
docs: Some sentence updated for datasource doc (#11182)
albasyir Dec 12, 2024
40204e6
chore: Remove CircleCI now that Github actions are running (#11189)
stim371 Dec 14, 2024
af603ae
test: Expand node version matrix to node16, node18, and node20 (#11183)
OSA413 Dec 14, 2024
53f253d
test: redo cockroachdb to service-container GHA and update its versio…
OSA413 Dec 16, 2024
d05eb7b
chore: remove gh issues as a place for questions (#11194))
mguida22 Dec 18, 2024
a3a7d75
docs: Remove links to defunct Vesper project (#11195)
stim371 Dec 18, 2024
19a6954
chore: Lint on GitHub actions (#11177)
stim371 Dec 18, 2024
9af864c
feat: apply changes for StreamYard (#20)
fbaldi6 Dec 19, 2024
11b5eda
Merge branch 'main' into feat/update
fbaldi6 Dec 19, 2024
0fdae42
fix: post merge
fbaldi6 Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: better console.log (typeorm#9924)
  • Loading branch information
staff0rd authored Apr 15, 2023
commit 80ae9043aef666f8063b90b8257cb2f6a9749db0
2 changes: 1 addition & 1 deletion src/schema-builder/RdbmsSchemaBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export class RdbmsSchemaBuilder implements SchemaBuilder {
renamedColumn.name = renamedMetadataColumns[0].databaseName

this.connection.logger.logSchemaBuild(
`renaming column "${renamedTableColumns[0].name}" in to "${renamedColumn.name}"`,
`renaming column "${renamedTableColumns[0].name}" in "${table.name}" to "${renamedColumn.name}"`,
)
await this.queryRunner.renameColumn(
table,
Expand Down