<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/dbcopyplugin/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/dbcopyplugin/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/dbcopyplugin/feature-requests/</id><updated>2012-04-17T13:07:12Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>use quotes for item names (tables &amp; columns)</title><link href="https://sourceforge.net/p/dbcopyplugin/feature-requests/3/" rel="alternate"/><published>2012-04-17T13:07:12Z</published><updated>2012-04-17T13:07:12Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netdd16141095337ca88822c068048beaf2d7b6a270</id><summary type="html">please add a function to set item names in quotes. then it's possible to use keywords as column names e.g. window \(postgres, apache derby, hsql\)

sample: 
without quoted names the following statement returns a syntax error, pointig on column WINDOW:

CREATE TABLE JAVISDB\_RWINDOW
\(
NAME varchar\(30\) NOT NULL,
COPYNUM decimal\(22\) NOT NULL,
UNDOLEVEL decimal\(22\) NOT NULL,
WINDOW varchar\(40\),
DEVICE varchar\(30\) NOT NULL,
FIGURE varchar\(30\)
\)
;

result with quoted names \(no error\):
\[QUERY    \] CREATE TABLE "JAVISDB\_RWINDOW"
\(
"NAME" varchar\(30\) NOT NULL,
"COPYNUM" decimal\(22\) NOT NULL,
"UNDOLEVEL" decimal\(22\) NOT NULL,
"WINDOW" varchar\(40\),
"DEVICE" varchar\(30\) NOT NULL,
"FIGURE" varchar\(30\)
\)</summary></entry><entry><title>How can I create a custom link between driver and Dialect ?</title><link href="https://sourceforge.net/p/dbcopyplugin/feature-requests/2/" rel="alternate"/><published>2009-02-11T14:12:34Z</published><updated>2009-02-11T14:12:34Z</updated><author><name>B. Heurter</name><uri>https://sourceforge.net/u/bheurter/</uri></author><id>https://sourceforge.netaf8f8f9ece0cdbb85a60ef2c2be1a77288c99e37</id><summary type="html">Hello, 

I read this in the TODO.txt :  "Right now, classname of the driver class is hard-linked to the Hibernate dialect class"
Could you please add a way to specify that link in a property file or something else ? It's quite a quick change but it can help us waiting for a best solution.

\( btw, our problem is that the source database is RDB, so DBCopy doesn't find the dialect for RDB hence we have to use Oracle9Dialect.
My proposed solution 'll allows me to specify the Oracle9 Dialect for the RDBDriver \)

Many Thanks</summary></entry><entry><title>restrict copied rows with where clause</title><link href="https://sourceforge.net/p/dbcopyplugin/feature-requests/1/" rel="alternate"/><published>2006-09-22T10:58:43Z</published><updated>2006-09-22T10:58:43Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7a8d6fba3ab77e5d5a0001ac9d9da75157f2fd6a</id><summary type="html">Hi,

it would be nice, if there could be a possibilty to 
restrict the copied rows. Maybe with a new context-
menu 'paste table where...' which pops up a dialog 
where the constrains could be defined.

regards
Andreas

BTW Thanks for the good plugin\!\!</summary></entry></feed>