Commit Graph

68 Commits

Author SHA1 Message Date
dependabot[bot]
debea836ad Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /sqlite3
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 08:29:41 +00:00
dependabot[bot]
659ab6b298 Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 in /sqlite3
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.15 to 1.14.16.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-27 07:08:31 +00:00
dependabot[bot]
1b233673bb Bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 in /sqlite3
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.14 to 1.14.15.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.14...v1.14.15)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 16:36:47 +00:00
Juan Calderon-Perez
3a8b8d4f71 Add Conn() support to all storage drivers. (#451)
* Add DB() support for Redis driver

* Added support for DB() to all drivers

* Fixed typo in README and Lint issue

* Fix lint issue with ristretto db

* Fix lint issue with bbolt db

* Rename DB() to Conn()

* Replace all instances of _DB with _Conn

* Update all the README files

* Return ArangoDB Client instead of DB
2022-08-15 07:58:13 +02:00
dependabot[bot]
12203cbbe8 Bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.14 in /sqlite3 (#397)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.13 to 1.14.14.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.13...v1.14.14)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:32:09 +02:00
dependabot[bot]
6ea9ef03b5 Bump github.com/mattn/go-sqlite3 from 1.14.12 to 1.14.13 in /sqlite3 (#372)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.12 to 1.14.13.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.12...v1.14.13)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 19:10:26 +02:00
dependabot[bot]
22444f8aa9 Bump github.com/mattn/go-sqlite3 from 1.14.11 to 1.14.12 in /sqlite3 (#333)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.11 to 1.14.12.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.11...v1.14.12)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-08 08:29:20 +01:00
dependabot[bot]
e7293b3841 Bump github.com/mattn/go-sqlite3 from 1.14.10 to 1.14.11 in /sqlite3 (#319)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.10 to 1.14.11.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.10...v1.14.11)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-04 10:02:37 +01:00
iRedMail
1883d62d06 Replace github.com/mattn/go-sqlite3 v2.0.3 by v1.14.10. (#311)
Quote from upstream:

> Latest stable version is v1.14 or later, not v2.
>
> NOTE: The increase to v2 was an accident. There were no major changes or features.
2022-01-25 15:36:52 +01:00
iRedMail
ff1db4e2a4 Public sqlite db options: MaxOpenConns, MaxIdleConns, ConnMaxLifetime. (#310)
* Public sqlite db options: MaxOpenConns, MaxIdleConns, ConnMaxLifetime.

* Update sqlite3/README.md.

* Add comment lines for the public options.

* Typo

* Set default values for MaxIdleConns, MaxOpenConns, ConnMaxLifetime.
2022-01-25 12:58:19 +01:00
dependabot[bot]
d75a723f55 Bump github.com/mattn/go-sqlite3 in /sqlite3 (#299)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.10 to 2.0.3+incompatible.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.10...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-21 09:11:55 +01:00
Jason McNeil
864b9a01e0 fix(github/workflows/security): install gosec fails with package embed is not in GOROOT (#272)
* Update security.yml

* Update security.yml

* fix missing package

* dep security

* deps

* mongo deps

* fix deps

* mod tidy

* Update security.yml

use latest version of go

* fix(github/workflows/security): missing exclude

Co-authored-by: RW <rene@gofiber.io>
2022-01-10 09:05:30 +01:00
hi019
6a0f72c350 🐛 Fix bug preventing non-utf8 characters being saved in some databases (#87) 2021-05-05 21:17:52 -04:00
dependabot[bot]
3397275612 Bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.7 in /sqlite3 (#91)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.6...v1.14.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21 08:13:10 +02:00
dependabot[bot]
725b5720cb Bump github.com/mattn/go-sqlite3 from 1.14.5 to 1.14.6 in /sqlite3 (#57)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.5 to 1.14.6.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.5...v1.14.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-20 16:06:26 +01:00
hi019
a66230ef17 Fix GC deleting values without expiry (#54)
* Test MYSQL Fix

* Test

* Add postgres

* Fix mysql

* Fix sqlite
2021-03-18 22:09:06 +01:00
Fenny
9a9ea7d242 📦 update modules 2020-11-23 09:33:29 +01:00
Fenny
ab94351a60 ✏ return nil for notfound 2020-11-23 09:30:50 +01:00
Fenny
fd56bd28da 🎭 stay backwards compatible 2020-11-18 09:00:59 +01:00
Fenny
ddef41c2ee ✏ update comments 2020-11-17 13:56:09 +01:00
Fenny
deb10fb2a7 🩹 fix duration check 2020-11-13 18:35:23 +01:00
Fenny
c57c524007 📦 add dynamodb 2020-11-12 20:14:21 +01:00
Fenny
c0fabf16eb 📦 go 1.14 + 2020-11-12 03:34:26 +01:00
Fenny
cdf009407b 🩹 update tests 2020-11-06 16:05:53 +01:00
kiyon
25ec0e291e 🚤 Improve sql storage 2020-11-06 09:56:34 +08:00
Fenny
e85859e8c4 🎨 update signatures 2020-11-06 01:49:30 +01:00
Fenny
f9a30234b9 🧹 introduce reset and close 2020-11-06 01:41:46 +01:00
Fenny
3799ccc4f5 🎨 update installation 2020-11-05 09:56:28 +01:00
Fenny
fdf31cf4c0 ✏ update signatures 2020-11-05 09:47:33 +01:00
Fenny
f965c69512 🧪 update tests 2020-11-05 09:37:33 +01:00
Fenny
8e13432b70 update go mods 2020-11-05 09:16:20 +01:00
Fenny
253ac9bb10 . 2020-11-05 07:07:30 +01:00
Fenny
6710398f03 update readme 2020-11-05 06:18:29 +01:00
Fenny
86b9cfe4c1 remove close method 2020-11-05 06:08:05 +01:00
Fenny
5571999805 sql queries T.T 2020-11-05 06:01:59 +01:00
Fenny
2458ab7395 help 2020-11-05 05:58:52 +01:00
Fenny
79f1f1609e update tests 2020-11-05 05:57:14 +01:00
Fenny
8440b5e3c0 🎑 update tests 2020-11-05 05:36:27 +01:00
Fenny
f047848660 🎁 fix tests 2020-11-05 05:26:05 +01:00
Fenny
687d8ed82a Update sqlite3.go 2020-11-05 04:34:46 +01:00
Fenny
a40a792072 Update sqlite3.go 2020-11-05 04:28:38 +01:00
Fenny
eb8560f138 Update sqlite3.go 2020-11-05 04:26:14 +01:00
Fenny
567b6de7e7 Update sqlite3.go 2020-11-05 04:23:29 +01:00
Fenny
95abad1132 Update sqlite3_test.go 2020-11-05 04:21:05 +01:00
Fenny
b4a848ca29 🎄 xmas present 2020-11-05 04:17:05 +01:00
Fenny
a6058cffb3 ✏ refactor storage 2020-11-04 20:49:53 +01:00
hi019
bd31e32cb8 Standardize test case names 2020-11-02 15:52:14 -05:00
hi019
9bc05a8ff5 Remove unneeded import 2020-11-02 15:01:00 -05:00
Fenny
a92c1c4978 ✏ update configs 2020-11-02 15:01:57 +01:00
Tom
f686d97dc8 📦 SQLite: Fix no expiration check on Set 2020-11-01 14:32:17 +00:00