mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-22 00:50:25 +08:00
fix: pgsql查询列信息解析问题修复等
This commit is contained in:
@@ -78,8 +78,8 @@ type (
|
||||
SelectColumnElement struct {
|
||||
*Node
|
||||
|
||||
FullColumnName *ColumnName
|
||||
Alias string
|
||||
ColumnName *ColumnName
|
||||
Alias string
|
||||
}
|
||||
|
||||
SelectFunctionElement struct {
|
||||
|
||||
Reference in New Issue
Block a user