[MDEV-20054] CONNECT engine - The same result as the original source DBMS is not coming out. Created: 2019-07-12 Updated: 2019-07-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Seonghwan Kim | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | connect-engine | ||
| Description |
|
I tested Microsoft SQL Server <=> MariaDB. 1> select name from testtb2; (5 rows affected) 1> select datalength(name) from testtb2; ----------- (5 rows affected) If it is something that can be improved, I think it would be better for the user to improve it. |