ForbesLindesay / atdatabases

TypeScript clients for databases that prevent SQL Injection
https://www.atdatabases.org
MIT License
599 stars 47 forks source link

feat: Add Offset Implementation & Handling #300

Open tripflex opened 1 year ago

tripflex commented 1 year ago

@ForbesLindesay

Initial attempt at adding the .offset handling based on #249

Related to #234

I can add docs and other details once can work out specifics around this handling, can you please let me know if there's something that needs to be modified here or any input on this?

Thanks!

rollingversions[bot] commented 1 year ago

@databases/mock-db-typed (1.0.1 → 1.1.0)

New Features

@databases/mysql-typed (1.0.0 → 1.1.0)

New Features

@databases/pg-typed (4.4.1 → 4.5.0)

New Features

Packages With No Changes

The following packages have no user facing changes, so won't be released:

Edit changelogs

tripflex commented 1 year ago

I'm sure there's something i'm missing here or doing wrong, I did my best to work up as close as i could, any insights or suggestions would be greatly appreciated!