Sandro Santilli

Results 324 comments of Sandro Santilli

Had you considered using OpenID-2.0 too or would that belong to a different ticket ? I mention because OpenID-2.0 is already federated and providers are here already and different services...

A curses based client is in this repository, under ninjam/cursesclient directory. Has a Makefile (although it fails for me due to #5) A commandline one is under ninjam/cmdclient--old/ and a...

On Mon, Mar 16, 2020 at 12:38:08PM -0700, Brylie Christopher Oxley wrote: > Will the ninjam developer(s) be providing a Makefile for the UI? You may try that, start from...

I tried sending all my PRs to the most recently modified fork known by github: https://github.com/renesugar/sqlines/pull/1 - that's my "exp" branch, containing a merge of all of my open PRs...

FYI: @renesugar had merged all my PRs into [his fork](https://github.com/renesugar/sqlines)

Code to convert RETURNING to OUT parameter do exist, but it is evidently not triggered: https://github.com/dmtolpeko/sqlines/blob/da5ea50a26cfb0f0c627ee58fa0cfdd5a5275be7/sqlparser/statements.cpp#L9038-L9040

The `InformixConvertReturning` function _is_ called, as debugging statements show: ``` XXX ParseInformixReturns enter, returns are 0x558871e2e230 XXX ParseInformixReturns found return datatype VARCHAR XXX ParseInformixReturns found return datatype VARCHAR ``` But...

Work in progress fix for this issue is in https://github.com/renesugar/sqlines/pull/3