Commit fec84fc
chore(deps): bump rusqlite from 0.32.1 to 0.40.1 in /ecc2 (affaan-m#2211)
* chore(deps): bump rusqlite from 0.32.1 to 0.40.1 in /ecc2
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.40.1.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.32.1...v0.40.1)
---
updated-dependencies:
- dependency-name: rusqlite
dependency-version: 0.40.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(ecc2): cast u64 columns at sqlite boundary for rusqlite 0.40
rusqlite 0.40 removed the u64 ToSql/FromSql impls (SQLite stores
INTEGER as i64). Cast token counts, durations, counts, and paging
values to/from i64 at each bind/read site in session/store.rs.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Affaan Mustafa <me@affaanmustafa.com>1 parent 1481aa7 commit fec84fc
3 files changed
Lines changed: 61 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1025 | 1025 | | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | | - | |
| 1028 | + | |
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
| |||
1062 | 1062 | | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | | - | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
1066 | 1068 | | |
1067 | 1069 | | |
1068 | 1070 | | |
| |||
1568 | 1570 | | |
1569 | 1571 | | |
1570 | 1572 | | |
1571 | | - | |
1572 | | - | |
1573 | | - | |
1574 | | - | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
1575 | 1577 | | |
1576 | | - | |
| 1578 | + | |
1577 | 1579 | | |
1578 | 1580 | | |
1579 | 1581 | | |
| |||
1596 | 1598 | | |
1597 | 1599 | | |
1598 | 1600 | | |
1599 | | - | |
| 1601 | + | |
1600 | 1602 | | |
1601 | 1603 | | |
1602 | 1604 | | |
| |||
1626 | 1628 | | |
1627 | 1629 | | |
1628 | 1630 | | |
1629 | | - | |
| 1631 | + | |
1630 | 1632 | | |
1631 | 1633 | | |
1632 | 1634 | | |
| |||
1706 | 1708 | | |
1707 | 1709 | | |
1708 | 1710 | | |
1709 | | - | |
1710 | | - | |
| 1711 | + | |
| 1712 | + | |
1711 | 1713 | | |
1712 | 1714 | | |
1713 | | - | |
| 1715 | + | |
1714 | 1716 | | |
1715 | 1717 | | |
1716 | 1718 | | |
| |||
1871 | 1873 | | |
1872 | 1874 | | |
1873 | 1875 | | |
1874 | | - | |
| 1876 | + | |
1875 | 1877 | | |
1876 | 1878 | | |
1877 | 1879 | | |
| |||
2135 | 2137 | | |
2136 | 2138 | | |
2137 | 2139 | | |
2138 | | - | |
2139 | | - | |
2140 | | - | |
2141 | | - | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
2142 | 2144 | | |
2143 | | - | |
| 2145 | + | |
2144 | 2146 | | |
2145 | 2147 | | |
2146 | 2148 | | |
| |||
3813 | 3815 | | |
3814 | 3816 | | |
3815 | 3817 | | |
3816 | | - | |
| 3818 | + | |
3817 | 3819 | | |
3818 | 3820 | | |
3819 | 3821 | | |
| |||
3842 | 3844 | | |
3843 | 3845 | | |
3844 | 3846 | | |
3845 | | - | |
| 3847 | + | |
3846 | 3848 | | |
3847 | 3849 | | |
3848 | | - | |
3849 | | - | |
| 3850 | + | |
| 3851 | + | |
3850 | 3852 | | |
3851 | 3853 | | |
3852 | 3854 | | |
| |||
3857 | 3859 | | |
3858 | 3860 | | |
3859 | 3861 | | |
3860 | | - | |
| 3862 | + | |
| 3863 | + | |
| 3864 | + | |
3861 | 3865 | | |
3862 | 3866 | | |
3863 | 3867 | | |
| |||
3868 | 3872 | | |
3869 | 3873 | | |
3870 | 3874 | | |
3871 | | - | |
| 3875 | + | |
3872 | 3876 | | |
3873 | 3877 | | |
3874 | 3878 | | |
| |||
3903 | 3907 | | |
3904 | 3908 | | |
3905 | 3909 | | |
3906 | | - | |
| 3910 | + | |
3907 | 3911 | | |
3908 | 3912 | | |
3909 | 3913 | | |
| |||
6629 | 6633 | | |
6630 | 6634 | | |
6631 | 6635 | | |
6632 | | - | |
| 6636 | + | |
6633 | 6637 | | |
6634 | 6638 | | |
6635 | 6639 | | |
| |||
0 commit comments