Releases: xormplus/xorm
Releases · xormplus/xorm
v1.0.1.0430
Fix find with another struct
v0.8.0.0330: Move some codes to statement sub package
Move some codes to statement sub package Revert change for delete Refactor new engine Fix tests Improve quote policy Names with upper charactor on postgres will need quotes Fix bug Add new quote parameter on tests Fix tests Fix quotes Improve quote policy Fix cache bug Fix map with cols Fix rows bug Improve dialect interface Return sqls for create table Code improvement Fix find alias bug Improve insert Only replace quotes when necessary Move value2interface from session to statement package Remove duplicated code Fix mssql issue with duplicate columns. Fix err,add postgres column ARRAY Fix table name Ignore schema when dbtype is not postgres Support count with cols Fix bug when dump Fix batch insert interface slice be panic Fix master/slave bug Fix pk bug Fix dump/import bug Fix setschema Fix dump bug Oracle : Local Naming Method Stop using github.com/xorm/core Fix find and count bug Move processor function into one file Fix duplicated deleted condition on FindAndCount Don't keep db on dialects Add more tests for FindAndCount Fix dump test Fix postgres schema problem Fix quote with blank Fix lint errors Move column string to standalone method Support session id Improve insert map generating SQL Move all integrations tests to a standalone sub package
v0.7.6.0327
update version code
v0.7.5.0803
fix bugs * fix error when get null var * add support get for null var * fix bugs * add test for SQL get * fix tests
v0.7.4.0724
remove QuoteStr() usage in dialects
v0.7.0.0908
Add more methods for EngineInterface * add more methods for EngineInterface * more interfaces
v0.7.0.0504
update govender
v0.6.4.1122
1.QueryString and QueryInterface supports composite conditions 2.refactor Query function 3.add QueryBytes function