Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

[ psqlodbc-Bugs-1000741 ] odbc: Don't insert into method that my query.


  • From: <noreply(at)pgfoundry(dot)org>
  • To: noreply(at)pgfoundry(dot)org
  • Subject: [ psqlodbc-Bugs-1000741 ] odbc: Don't insert into method that my query.
  • Date: Wed, 27 Sep 2006 08:24:13 +0000 (UTC)
  • Message-id: <20060927082413(dot)80E3C86CA94(at)pgfoundry(dot)org>

Bugs item #1000741, was opened at 2006-09-27 08:24
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000741&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: odbc: Don't insert into method that my query.

Initial Comment:
test_input Table:
 CREATE TABLE test_input
 (
   test varchar(20)
 )

MY Query:
 insert into test_input values('♣♠');

Result Query Excute:
 test column is ''
 (nothing insert)

Ask:
 Why don't insert like this characters?
 Please answer me.

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

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000741&group_id=1000125



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group