sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
42 stars 20 forks source link

json_sqlGetInsertId should use Big Integer #33

Closed mlitters closed 3 years ago

mlitters commented 3 years ago

The json_sqlGetInsertId uses an Integer Variable as return value. For many tables this is not big enough. Can you please change or overload it with a big Integer?

ottersberg commented 3 years ago

same with json_SetInt.

NielsLiisberg commented 3 years ago

Good point. It is on the list..

tor. 3. jun. 2021 kl. 18.00 skrev Jens Ottersberg @.***

:

same with json_SetInt.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sitemule/noxDB/issues/33#issuecomment-853982661, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVIPHUB4UL4STYM7PN3O6LTQ6RJDANCNFSM45VDHSPA .

NielsLiisberg commented 3 years ago

This is fixed along with getInt and setInt. It is backward compatible and after recompile of the client application it will point the new new versions where all are int(20) ( that is 64 signed bit)