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

All changes for LoyaltyLion #1

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6b9f118
tweak package.json, etc for our fork
clarkdave Nov 23, 2018
0d9b091
add support to disable connection pooling for postgres driver
clarkdave Nov 23, 2018
6bd2aea
deprecate setLock in favour of lockMode
clarkdave Nov 23, 2018
b59090f
add `lock` method to SelectQueryBuilder
clarkdave Nov 28, 2018
935d919
publish 0.2.9-1
clarkdave Nov 28, 2018
27a0425
publish 0.2.10-1
clarkdave Nov 29, 2018
c42b2c0
add TransactionalEntityManager type
clarkdave Jan 4, 2019
27c2c06
publish 0.2.10-2
clarkdave Jan 4, 2019
d076c24
publish 0.2.10-3
clarkdave Jan 4, 2019
df1c230
set and unset activeTransaction flag on databaseConnection
atreidesend Feb 5, 2019
10decce
update package to 0.2.10-4
atreidesend Feb 5, 2019
2dd6468
use esnext compiler target and add ts version to vscode settings
clarkdave Nov 19, 2019
7fe3ea8
remove bad connections from the postgres pool after a failed query
clarkdave Nov 19, 2019
f82e66e
publish 0.2.20-1
clarkdave Nov 19, 2019
4e88776
remove clients from the pool following any error
clarkdave Nov 21, 2019
a2fd785
Bumped node version to 13.7.0
Nov 20, 2020
fb16ecd
Bump to version 0.2.20-3
Nov 20, 2020
330a751
Add instructions to build on ARM
frangz Nov 10, 2022
bda2c2c
test: add benchmark for select querybuilder (#8955)
draaglom May 20, 2022
1631cfb
perf: don't recompile escapeRegExp for every query (#8956)
draaglom May 20, 2022
925fa85
perf: partially lift matching from regexp to js (#9032)
draaglom May 31, 2022
405f688
Increment version
frangz Nov 11, 2022
afb5e11
Fix multiple-joins-querybuilder test
frangz Nov 11, 2022
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
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13.7.0
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"requirePragma": true
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.trimFinalNewlines": false,
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": false,
"typescript.tsdk": "node_modules/typescript/lib"
}
Loading