XORM v2 Roadmap #2351
Labels
No Label
backport/done
backport/v1
blocked
db
oracle
db
sqlserver
duplicate
feature
cache
frontport/done
frontport/main
invalid
kind
breaking
kind
bug
kind
build
kind
dependencies
kind
docs
kind
driver
kind
enhancement
kind
feature
kind
performance
kind
proposal
kind
question
kind
refactor
kind
testing
need
feedback
need
test
proposal:accepted
RaspBerry Pi
regression
skip-changelog
upstream
wip
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: xorm/xorm#2351
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To make xorm more simple and powerful, we plan to develop xorm v2 version. In this version, some components will be removed
Sync2
will be removed sinceSync
andSyncWithOptions
could be used.nice
Drop mysql 5.7 support
Provide native JSON support for MySQL
JSON
column withjson.RawMessage
, export an interface calledJSONSerializer
for developers to customize their own JSON serialization library.I think
JSONSerializer
has been implemented in v1