[DISCUSS] [FlightSQL] Supporting parameters and prepared statements with a stateless server

2024-03-03 Thread Adam C
Hello, We would like to support prepared statements with bind parameters with a stateless service. This was discussed previously on the mailing list [1]. The original ticket outlining the proposed design can be found here [2]. I have prepared a specific proposal and would like feedback in prepara

[VOTE] Stateless prepared statements in FlightSQL

2024-03-20 Thread Adam C
Hello, I would like to propose a change to the FlightSQL specification as originally described in this Github issue [1] by Andrew Lamb. The specification change would allow servers to support prepared statements with parameters, without needing to manage state between client requests. There is a

Re: [VOTE] Stateless prepared statements in FlightSQL

2024-03-24 Thread Adam C
22, 2024 at 2:39 AM Sutou Kouhei wrote: > > +1 > > In > "[VOTE] Stateless prepared statements in FlightSQL" on Wed, 20 Mar 2024 > 19:48:38 -0400, > Adam C wrote: > > > Hello, > > > > I would like to propose a change to the FlightSQL spec