Gitea
e999912036
update dialect
2018-06-06 17:40:22 -04:00
Gitea
ba752f07e8
Merge branch 'patch-1' of github.com:techknowlogick/xorm into patch-1
2018-06-06 17:21:55 -04:00
techknowlogick
48b0253baf
update query
2018-06-06 16:52:36 -04:00
techknowlogick
e09c69d374
Use available column types for cockroachdb/postgres
2018-06-06 14:23:01 -04:00
DrWrong(Yuhang)
a8bd843a55
Change pgx driver ( #996 )
...
* Change pgx driver
* Add test case
* Fix bug
2018-06-06 16:43:14 +08:00
Lunny Xiao
54f078fff2
add cockroach support
2018-04-16 15:07:29 +08:00
Lunny Xiao
bd20c37bfb
Add SetSchema for engine ( #876 )
...
* add SetSchema for engine
* fix user
* fix postgres with schema
* fix test
* fix test
* fix test
* fix tablename
* refactor tableName
* fix schema support
* improve the interface of EngineInterface
2018-04-10 09:50:29 +08:00
Bo-Yi Wu
0b841796fa
fix: add const value for public scheam name of postgres. ( #877 )
2018-04-09 14:57:11 +08:00
Lunny Xiao
2e295feace
Improve schema support on postgres dialect ( #845 )
...
* add schema on postgres dialect
* fix to support no specific schema when postgres
2018-02-08 20:43:17 -06:00
Lunny Xiao
5185fdfa1b
add default postgres schema so that it can be changed ( #824 )
2018-01-09 03:08:26 -06:00
Daniel Lee
84fd68deb7
Postgres dialect parse password with spaces ( #775 ) ( #779 )
...
Fixes #775 This fixes two problems - the postgres dialect can parse a
connection string in url format that has a password with spaces. If an
error occurs the Parse func returns an error instead of panicking.
2017-11-17 23:41:52 +08:00
Lunny Xiao
8439b76875
fix querystring bit type ( #711 )
...
* fix querystring bit type
* fix bit type on postgres
2017-09-09 17:10:15 +08:00
Lunny Xiao
a5cb21c443
bug fixed for mssql dialect
2017-04-05 18:17:41 +08:00
Hank Shen
6687a2b4e8
Rename the dialect file name ( #557 )
2017-03-30 17:59:41 +08:00