Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

enhance: add Save operation support for SQLite #2764 #3315

Merged
merged 8 commits into from
Mar 6, 2024

Conversation

oldme-git
Copy link
Member

@oldme-git oldme-git commented Feb 15, 2024

resolved #2764
Dear review:
SQLite 使用的 upsert 语句和 PgSQL 一致,所以实现原理和 PgSQL 一致,详情查看:#3324
SQLite 文档地址:https://www.sqlite.org/releaselog/3_24_0.html
image

@oldme-git oldme-git changed the title up enhance #2764 Feb 15, 2024
@oldme-git oldme-git added the wip label Feb 23, 2024
@oldme-git oldme-git changed the title enhance #2764 enhance: add Save operation support for SQLite #2764 Mar 5, 2024
@oldme-git oldme-git removed the wip label Mar 5, 2024
@oldme-git oldme-git requested review from hailaz and gqcn March 5, 2024 03:13
@gqcn gqcn changed the title enhance: add Save operation support for SQLite #2764 enhance: add Save operation support for SQLite #2764 Mar 5, 2024
contrib/drivers/sqlite/sqlite_do_insert.go Outdated Show resolved Hide resolved
@oldme-git oldme-git requested a review from gqcn March 5, 2024 14:22
contrib/drivers/sqlite/sqlite.go Outdated Show resolved Hide resolved
@gqcn gqcn merged commit fbd266f into gogf:master Mar 6, 2024
23 checks passed
@oldme-git oldme-git deleted the enhance/#2764 branch March 6, 2024 11:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlite driver suppor save
2 participants