This website requires JavaScript.
Explore
Help
Sign in
eelke
/
pgLab
Watch
1
Star
0
Fork
You've already forked pgLab
0
Code
Issues
28
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
7dc665948d
pgLab
/
pglablib
/
catalog
/
PgCollation.cpp
8 lines
93 B
C++
Raw
Normal View
History
Unescape
Escape
New column page Shows SQL for columns ALTER TABLE ... [ADD|DROP] COLUMN combines a selection of multiple columns into a single alter table. Show collation in list of columns. (order of columns isn't what is should be but that should maybe be fixed by a generic column selection and ordering mechanism that knows what the default sort should be)
2018-11-29 20:21:36 +01:00
#
include
"
PgCollation.h
"
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
QString
PgCollation
:
:
typeName
(
)
const
{
return
"
COLLATION
"
;
}
Reference in a new issue
Copy permalink