unknown d2ffb266db fix(data-consult): corrige uso de bind variables incompatíveis com Oracle
- Substitui REGEXP_REPLACE com bind variables por pré-processamento do filtro no backend
- Evita erro ORA-01036 ao utilizar parâmetros posicionais (?) em conjunto com funções Oracle
- Garante segurança e compatibilidade com TypeORM e driver Oracle
2025-03-28 15:22:10 -03:00
2025-03-27 19:29:17 -03:00
2025-03-28 11:29:34 -03:00
2025-03-28 11:29:34 -03:00
2025-03-27 19:29:17 -03:00
2025-03-27 19:29:17 -03:00
2025-03-27 19:29:17 -03:00
2025-03-28 14:42:53 -03:00
2025-03-28 14:42:53 -03:00
2025-03-27 19:29:17 -03:00
2025-03-27 19:29:17 -03:00
2025-03-27 19:29:17 -03:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

Description
No description provided
Readme 1 MiB
Languages
TypeScript 99%
JavaScript 0.7%
Dockerfile 0.3%