sijms / go-ora

Pure go oracle client
MIT License
786 stars 174 forks source link

Support number in string format #452

Closed gammban closed 9 months ago

gammban commented 10 months ago

Hi, can you add 'type Number string' in custom types to pass and receive number as strings, without converting from/to float?

sijms commented 10 months ago

sorry I can't understand if you want number as string convert inside sql by using to_char function