Lucian Mocanu
aebc7ebc67
feat(sap): use the native driver for connection pooling ( #11520 )
...
* feat(sap): use the native driver for connection pooling
* Add pool error handler
2025-07-01 23:43:12 +02:00
Naor Peled
4b0ffeeb33
docs: new website initial commit
...
Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com>
Co-authored-by: Jovana Đurić <63621526+jovanadjuric@users.noreply.github.com>
Co-authored-by: jovanadjuric <mat.jovana@gmail.com>
Co-authored-by: Mike Guida <mike@mguida.com>
Co-authored-by: gioboa <giorgiob.boa@gmail.com>
2025-06-06 18:03:25 +03:00
Joel Stimson
a3a7d75bbe
docs: Remove links to defunct Vesper project ( #11195 )
2024-12-18 11:11:52 +01:00
Lucian Mocanu
c22e30f1d2
build: set TS compile target to ES2021 ( #10595 )
...
* build: set TS compile target to ES2021
* docs: update minimum supported node version
* build: use @tsconfig/node16
2024-01-04 09:57:12 +05:00
Umed Khudoiberdiev
7dac12c2b1
fix: drop xml & yml connection option support ( #9930 )
2023-04-09 11:30:28 +05:00
gocpplua
84e66290e8
docs: NOT NULL constraint failed: photo.views ( #7845 )
...
Co-authored-by: chenqi <chenqi1@sensetime.com>
2021-07-21 20:09:40 +05:00
xgqfrms
85c07fda2f
docs: update zh_CN link path ( #6652 )
...
* update zh_CN link path
* Update README-zh_CN.md
2020-09-02 18:49:00 +05:00
James Ward
9750e3842c
doc: use CircleCI for CI badge ( #6516 )
...
* use CircleCI for CI badge
Updates the badge to point at CircleCI for the passing / failing status
* doc: use circleci badge in README (zh_CN)
* doc: use circleci badge in readme in docs (zh_CN)
* doc: use circleci badge under index in docs (zh_CN)
2020-08-07 13:55:13 +05:00
Bálint Száray
df8d3f39ea
update docs
2020-01-27 09:59:17 +01:00
Umed Khudoiberdiev
ec9034125d
feat: SAP Hana support ( #5246 )
...
* basic impl
* finished basic table metadata queries;
* implemented data types;
* working on data types;
* added test for column length;
* working on indices
* working on query runner
* working on schema builder
* removed SAP HANA client from dependencies
* fixed SAP uuid
* working on falling tests;
* working on falling tests;
* added docker configuration for sap hana
* simplifying sample entity
* implemented pool;
* trying to add SAP Hana to Circle CI
* trying to add SAP Hana to Circle CI
* trying to add SAP Hana to Circle CI
* testing CircleCI config
* testing CircleCI config
* added sap tests for ci
* changed sap port
* ci experiments
* ci experiments
* removing ci, adding docs
* removing ci
* minor fixes;
* fixed falling test;
Co-authored-by: AlexMesser <dmzt08@gmail.com>
2019-12-23 19:35:54 +05:00
caleb xiang
014c7c352e
docs: fix README link to docs ( #5065 )
2019-11-21 15:53:12 -08:00
abingoal
88f96203ec
📝 Fix typos, format code and translate some code comments
2019-02-11 10:55:41 +08:00
abingoal
9ddde726b0
📝 update README-zh_CN.md
2019-01-11 10:44:55 +08:00
Uladzimir Havenchyk
41741f32fc
Remove gitter links
2018-12-06 23:01:48 +03:00
bukas
13aa384a55
translate
2018-07-18 11:11:54 +08:00
Jen Garcia
ae1d3f8456
Add Expo platform support to documentation
2018-07-04 15:46:19 -04:00
haoxin
ac075a6da0
fix some grammar mistakes
2018-06-20 16:46:58 +08:00
bukas
4db9d22862
fix: change findOneById to findOne
2018-04-20 18:38:57 +08:00
bukas
e14821af3e
update cn doc to commit: 44904643275490bed8c20c7382eef460bed9d59c
2018-04-20 11:38:53 +08:00
Zotov Dmitry
2bdeda2015
Merge branch 'master' into next
...
# Conflicts:
# package.json
# src/driver/mysql/MysqlQueryRunner.ts
2018-04-18 17:33:35 +05:00
d-yokoi
84d7eb99e0
Fix typo in README
2018-04-15 00:45:25 +09:00
huanz
012f3c38a5
fix
2018-04-01 13:53:52 +08:00
huanz
14bfed2778
fix doc
2018-04-01 13:42:26 +08:00
huanz
d357fcd439
translate cn doc
2018-04-01 13:37:29 +08:00
Umed Khudoiberdiev
843fbcc886
changed how cascades should be defined via relation options
2017-11-20 13:48:14 +05:00
Umed Khudoiberdiev
b0c37d67f4
refactoring persistence
2017-10-31 10:51:33 +05:00
Umed Khudoiberdiev
336291fa1b
improving docs
2017-10-07 10:16:15 +05:00
Umed Khudoiberdiev
e834336730
fixed broken tests used deprecated removed methods
2017-09-27 12:12:42 +05:00
Umed Khudoiberdiev
00887d2a2a
bugfixes in CLI commands; removed deprecated connection options
2017-09-27 11:59:49 +05:00
Umed Khudoiberdiev
2f037e3af7
fixed tslint issues and monogdb issue
2017-08-01 17:30:13 +05:00
Umed Khudoiberdiev
b74bdca48d
fixes #652
2017-07-14 13:09:34 +05:00
guscastro
45d00825a2
Update documentation to remove references to self-initialised arrays
2017-07-12 20:42:09 +10:00
Umed Khudoiberdiev
2e98bf89cc
refactoring query builder
2017-06-27 11:47:38 +05:00
Umed Khudoiberdiev
4b12b13f79
fixed readme typos, #526
2017-06-08 18:54:33 +05:00
Umed Khudoiberdiev
3baa57be3e
refactored entity metadata and repositories - switched delegation process
2017-05-19 18:46:23 +05:00
Umed Khudoiberdiev
19b3ed6efe
renamed Table to Entity usages
2017-01-27 17:29:46 +05:00
Brook Shi
d7dd987fd1
Chinese Readme
2017-01-21 21:57:16 +08:00