Unknown colType NCHAR - mssql #35

Open
opened 2018-05-04 07:15:56 +00:00 by lunny · 1 comment
Owner

Author: @Yang09701194

I'm using reverse function on MSSQL database, and get error on NCHAR

>xorm reverse mssql "server=XXX;user id=XXX;password=XXX;database=XXX" templates/goxorm

2018/05/04 14:58:29 [Error] reverse.go:178 Unknown colType NCHAR for XXTanble - XXColumn

Does xorm/cmd consider to support NCHAR ? Thank you.


(I'm begginer at go and I think I am not able to make PR now like #27 )

Author: @Yang09701194 I'm using reverse function on MSSQL database, and get error on NCHAR ``` >xorm reverse mssql "server=XXX;user id=XXX;password=XXX;database=XXX" templates/goxorm 2018/05/04 14:58:29 [Error] reverse.go:178 Unknown colType NCHAR for XXTanble - XXColumn ``` Does xorm/cmd consider to support [NCHAR](https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql?view=sql-server-2017) ? Thank you. <br/> (I'm begginer at go and I think I am not able to make PR now like #27 )
Author
Owner

Author: @akuan

I met the same problem

Author: @akuan I met the same problem
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/cmd#35
No description provided.