Skip to content

Releases: xormplus/xorm

v1.0.1.0430

30 Apr 04:56
Compare
Choose a tag to compare
Fix find with another struct

v0.8.0.0330: Move some codes to statement sub package

31 Mar 06:40
Compare
Choose a tag to compare
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

27 Mar 08:05
Compare
Choose a tag to compare
update version code

v0.7.5.0803

02 Aug 20:06
Compare
Choose a tag to compare
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

24 Jul 06:51
Compare
Choose a tag to compare
remove QuoteStr() usage in dialects

v0.7.0.0908

07 Sep 18:17
Compare
Choose a tag to compare
Add more methods for EngineInterface

* add more methods for EngineInterface

* more interfaces

v0.7.0.0504

08 May 12:56
Compare
Choose a tag to compare
update govender

v0.6.4.1122

22 Nov 03:46
Compare
Choose a tag to compare
1.QueryString and QueryInterface supports composite conditions

2.refactor Query function
3.add QueryBytes function