Skip to content

Tags: xormplus/xorm

Tags

v1.0.1.0430

Toggle v1.0.1.0430's commit message
Fix find with another struct

v0.8.0.0330

Toggle v0.8.0.0330's commit message
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

Toggle v0.7.6.0327's commit message
update version code

v0.7.5.0803

Toggle v0.7.5.0803's commit message
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

Toggle v0.7.4.0724's commit message
remove QuoteStr() usage in dialects

v0.7.0.0908

Toggle v0.7.0.0908's commit message
Add more methods for EngineInterface

* add more methods for EngineInterface

* more interfaces

v0.7.0.0504

Toggle v0.7.0.0504's commit message
update govender

v0.6.4.1122

Toggle v0.6.4.1122's commit message
1.QueryString and QueryInterface supports composite conditions

2.refactor Query function
3.add QueryBytes function