parses decide - Search results in mailing lists

2023-02-15 12:24:54 | ODBC-parameter of type BIGINT doesn't seem to casted by the driver (Kevin Verfaille)

parsed for the first command length=-1(-1) num_p=1 [7fffea581d40]statement.[ParseAndDescribeWithLibpq]2938: entering plan_name=_PLAN0x44a7730 query=WITH data_def AS ( SELECT 1::bigint BIGINT_ID ), data_param AS ( SELECT

2022-10-11 14:55:13 | [PATCH] Patch: Use Oid from libpq instead of define a new OID type (caspian)

decide) */ static int ResolveOneParam(QueryBuild *qb, QueryParse *qp, BOOL *isnull, BOOL *isbinary, - OID *pgType) + Oid *pgType) { ConnectionClass *conn = qb->conn; const APDFields *apdopts = qb->apdopts; @@ -4451,7 +4451,7 @@ ResolveOneParam(QueryBuild *qb, QueryParse *qp, BOOL

2015-01-26 08:37:21 | Let's get rid of premature execution (Heikki Linnakangas)

Parse + Describe didn't work before protocol version 3, but we already decided that we already

2013-07-15 18:43:39 | Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc (onur gulsevgi)

decided to download the source codes and build it manually. Here are the commands to build unixODBC: ./configure --prefix=/usr/local/unixODBC make make install Then I try to install psqlodbc-9.02.0100 driver with the following command

2006-01-27 10:17:33 | Re: network saturation (Ludek Finstrle)

decide where is the problem. If you don't understand the mylog output you could send it to me privately. It could be interesting to see what settings do you use for psqlodbc

2005-06-25 04:35:14 | Re: rollback to savepoint support (Marko Ristola)

parser understand: BEGIN [ WORK | TRANSACTION ] [/transaction_mode/ [, ...] ] where /transaction_mode/ is one of: ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED } READ WRITE | READ ONLY So I used Flex and Bison for my experiment

2003-09-18 11:58:16 | Re: Delphi7, ADO, ODBC and PostgreSQL connection problems: SUCCESS! (Mikhail Umorin)

decided to try the same connection string that pgAdmin uses (I could conveniently cut and paste it from pgAdmin window: thanks, pgAdmin!) - and it worked! The string was: Provider=MSDASQL.1;Extended Properties="DRIVER={PostgreSQL};DATABASE

2003-08-13 21:37:20 | Bug when looking for foreign keys (Luiz Angelo Daros de Luca)

decided to stop here instead! MS Windows PGAPI_Columns: table='DadosAgoraSemanaNormalizados',field_name='SEMANA_TemperaturaMediaDia',type=701,name='float8' PGAPI_Columns: table='DadosAgoraSemanaNormalizados',field_name='SEMANA_UmidadeMinimaDia',type=701,name='float8' PGAPI_Columns: table='DadosAgoraSemanaNormalizados

2003-04-10 23:17:59 | Parse Statement causes a "hang" in crystal reports (Wayne Armstrong)

parser decides ( is the schema, and dies trying to get info on a table called

2002-06-18 07:59:58 | Re: [HACKERS] Native OLE DB. What do you think about it (Marek Mosiewicz)

parsing and sending it - multiple times across network -. Most DB intefaces has some support for such batch execution so it could be used (OLE DB JDBC) in it and gain speed) It could be easy