Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

frontend conversation refactor and performance optimization #82

Merged
merged 5 commits into from
Mar 5, 2024

Conversation

zmh-program
Copy link
Member

  1. Conversation runtime refactor (选择时滚动会导致选区从头开始 #79)
  2. Optimize sharing & dialogs mobile support (ios上弹窗上下显示不全 #80)
  3. Support SQLite Engine (beta)

@zmh-program zmh-program merged commit dccc2f4 into main Mar 5, 2024
@zmh-program zmh-program deleted the dev-v3.11 branch March 7, 2024 06:36
@navee
Copy link
Contributor

navee commented Apr 8, 2024

很多sql在sqlite下不兼容,改了几个关键sql勉强能用,不知道go有没有什么好的方案(类似于Java ORM Hibernate)兼容不同数据库。

@zmh-program
Copy link
Member Author

现在是这样的。go 没有什么省事的好方法

@zmh-program
Copy link
Member Author

gorm 可以解决 45% 的sql 方言问题,但是 chatnio 早期没有使用 gorm,后期重构也麻烦,我找时间用简单的replace解决一下,现在的情况下生产环境很不推荐使用 sqlite。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants