You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
I name my tables and columns in non-ASCII symbols (and it works, very convenient, "trust me, I am an engineer")
And sometimes length of column is more than 63 bytes - for example, "УчитыватьИсправлениеИсходногоДокумента" (cyrillic).
In database it stores as "УчитыватьИсправлениеИсходногоДо"
and when I request for table that stores it column, it will come out from the Postgrest as:
"УчитыватьИсправлениеИсходногоДо": "blablal...."
Ok, I'm trying to rename the column at query with ":":
...select=УчитыватьИсправлениеИсходногоДокумента:УчитыватьИсправлениеИсходногоДо
But it didn't work, in the output it stills goes as 'УчитыватьИсправлениеИсходногоДо'.
What can be a source of problem?
The text was updated successfully, but these errors were encountered:
Hello!
I found strange behavior:
I name my tables and columns in non-ASCII symbols (and it works, very convenient, "trust me, I am an engineer")
And sometimes length of column is more than 63 bytes - for example, "УчитыватьИсправлениеИсходногоДокумента" (cyrillic).
In database it stores as "УчитыватьИсправлениеИсходногоДо"
and when I request for table that stores it column, it will come out from the Postgrest as:
Ok, I'm trying to rename the column at query with ":":
...select=УчитыватьИсправлениеИсходногоДокумента:УчитыватьИсправлениеИсходногоДо
But it didn't work, in the output it stills goes as 'УчитыватьИсправлениеИсходногоДо'.
What can be a source of problem?
The text was updated successfully, but these errors were encountered: