Re: Simple queries with JDBC escaped scalar functions result in exceptions

Поиск
Список
Период
Сортировка
От danap
Тема Re: Simple queries with JDBC escaped scalar functions result in exceptions
Дата
Msg-id 57C31C9B.8080607@itstriangle.com
обсуждение исходный текст
Ответ на Re: Simple queries with JDBC escaped scalar functions result in exceptions  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:
> Looks like the JDBC mini parser is having troubles with that.

> Why do you have comments in your sql ?
>
> Dave Cramer
>

MyJSQLView SQL schema dump. All databases that my application supports
comments, and is documented.

--
-- MyJSQLView SQL Dump
-- Version: 7.07
-- WebSite: http://myjsqlview.com
--
-- Host: 127.0.0.1
-- Generated On: 2016.05.08 AD at 02:11:28 MDT
-- SQL version: PostgreSQL 9.4.1
-- Database: key_tables
--

-- ------------------------------------------

--
-- Table structure for table "public"."procedure_files"
--

DROP TABLE IF EXISTS "public"."procedure_files";
CREATE TABLE "public"."procedure_files" (
     "id" serial NOT NULL,
     "procedure_id" integer DEFAULT NULL,
     "file_name" varchar(null) DEFAULT NULL,
     "file_oid" oid DEFAULT NULL
);




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Adam Rauch
Дата:
Сообщение: Re: Simple queries with JDBC escaped scalar functions result in exceptions
Следующее
От: Adam Rauch
Дата:
Сообщение: Re: Simple queries with JDBC escaped scalar functionsresult in exceptions