<?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/quantum/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/quantum/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/quantum/feature-requests/</id><updated>2018-11-20T18:41:17.877000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>#135 connection initialization</title><link href="https://sourceforge.net/p/quantum/feature-requests/135/?limit=25#57fa" rel="alternate"/><published>2018-11-20T18:41:17.877000Z</published><updated>2018-11-20T18:41:17.877000Z</updated><author><name>Randy Baadhio</name><uri>https://sourceforge.net/u/rbaadhio/</uri></author><id>https://sourceforge.netde5ae0e34b9bf7272d5258e2631a523aed19583b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a way to incorporate Miktex and several software packages for Mathematical-Physics Typesettings, such as AMS, Physics, HEP, etc. For those engaged in collaborative projects that require Latex 2e or the newest Latex 3 project packages, this would be of tremendous help. Issues are uploading all Latex packages and Editors (such as Tex Studio), assimilating them into one unified editor.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>connection initialization</title><link href="https://sourceforge.net/p/quantum/feature-requests/135/" rel="alternate"/><published>2013-08-08T10:18:16.133000Z</published><updated>2013-08-08T10:18:16.133000Z</updated><author><name>Gianni Luppi</name><uri>https://sourceforge.net/u/gluppi1965/</uri></author><id>https://sourceforge.net4a92fb9c39a8baa2505b74835bbd7253933b6a55</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Provide the possibility to specify a list of statements to execute upon connect, like in the commons-dbcp parameter "connectionInitSqls" resource configuration.&lt;br /&gt;
On the bookmark "Options" tag a textarea could be added to contain initialization statements, one per line and separated by semi-columns.&lt;br /&gt;
Connection initialization statements could be used, for example, to alter session configuration automatically.&lt;br /&gt;
For a Oracle connection one could write, for example:&lt;br /&gt;
ALTER SESSION SET NLS_COMP=LINGUISTIC; &lt;br /&gt;
ALTER SESSION SET NLS_SORT=BINARY_CI;&lt;br /&gt;
and obtain a case insensitive search and ordering that can't be achieved using dialogs without having to issue the commands on every connection opening.&lt;br /&gt;
Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>sybase and lower/upper case</title><link href="https://sourceforge.net/p/quantum/feature-requests/134/" rel="alternate"/><published>2010-03-29T12:15:22Z</published><updated>2010-03-29T12:15:22Z</updated><author><name>jmt</name><uri>https://sourceforge.net/u/jmturc/</uri></author><id>https://sourceforge.netabc6430616d97e1d613f4d99355bb7e455dda19c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I use quantum 3.3.0 from longtime with sybase.&lt;br /&gt;
I try to use  the latest version 3.3.9 and I think there is a problem.&lt;br /&gt;
When I click on an table, in order to see the datas , I have this  error : "DBO"."MY_TABLE" not found....."&lt;/p&gt;
&lt;p&gt;In fact the problem is that the query use uppercase,&lt;/p&gt;
&lt;p&gt;If I try a query "select * from dbo.my_table....." it' runs&lt;br /&gt;
but if I   try the query "select * from DBO.MY_TABLE...", the same error appears.&lt;/p&gt;
&lt;p&gt;So why the plugin use uppercase and not lowercase ?&lt;br /&gt;
Is there a option to force to use lower case ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>sybase and lower/upper case</title><link href="https://sourceforge.net/p/quantum/feature-requests/133/" rel="alternate"/><published>2010-03-29T12:04:06Z</published><updated>2010-03-29T12:04:06Z</updated><author><name>jmt</name><uri>https://sourceforge.net/u/jmturc/</uri></author><id>https://sourceforge.net20957f66feab5c67141cb643d0973876ea6f4f79</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I use quantum 3.3.0 from longtime with sybase.&lt;br /&gt;
I try to use  the latest version 3.3.9 and I think there is a problem.&lt;br /&gt;
When I click on an table, in order to see the datas , I have this  error : "DBO"."MY_TABLE" not found....."&lt;/p&gt;
&lt;p&gt;In fact the problem is that the query use uppercase,&lt;/p&gt;
&lt;p&gt;If I try a query "select * from dbo.my_table....." it' runs&lt;br /&gt;
but if I   try the query "select * from DBO.MY_TABLE...", the same error appears.&lt;/p&gt;
&lt;p&gt;So why the plugin use uppercase and not lowercase ?&lt;br /&gt;
Is there a option to force to use lower case ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>sybase and lower/upper case</title><link href="https://sourceforge.net/p/quantum/feature-requests/132/" rel="alternate"/><published>2010-03-29T11:00:14Z</published><updated>2010-03-29T11:00:14Z</updated><author><name>jmt</name><uri>https://sourceforge.net/u/jmturc/</uri></author><id>https://sourceforge.net6f6009469c864aa548ff1ac0015b40e6e77bfd47</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I use quantum 3.3.0 from longtime with sybase.&lt;br /&gt;
I try to use  the latest version 3.3.9 and I think there is a problem.&lt;br /&gt;
When I click on an table, in order to see the datas , I have this  error : "DBO"."MY_TABLE" not found....."&lt;/p&gt;
&lt;p&gt;In fact the problem is that the query use uppercase,&lt;/p&gt;
&lt;p&gt;If I try a query "select * from dbo.my_table....." it' runs&lt;br /&gt;
but if I   try the query "select * from DBO.MY_TABLE...", the same error appears.&lt;/p&gt;
&lt;p&gt;So why the plugin use uppercase and not lowercase ?&lt;br /&gt;
Is there a option to force to use lower case ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for H2 Database</title><link href="https://sourceforge.net/p/quantum/feature-requests/131/" rel="alternate"/><published>2009-07-14T20:50:46Z</published><updated>2009-07-14T20:50:46Z</updated><author><name>Markus Knittig</name><uri>https://sourceforge.net/u/mknittig/</uri></author><id>https://sourceforge.net6cfb86e92e407d8e0a7d69440aa1a8f4b14db17b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If you haven't heard of it: &lt;a href="http://www.h2database.com/" rel="nofollow"&gt;http://www.h2database.com/&lt;/a&gt;&lt;br /&gt;
If I see that correct I only need to implement a class which extends DatabaseAdapter and add this class to the AdapterFactory. Then I'll probably write a patch soon...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Display nicknames for DB2</title><link href="https://sourceforge.net/p/quantum/feature-requests/130/" rel="alternate"/><published>2008-10-15T20:33:06Z</published><updated>2008-10-15T20:33:06Z</updated><author><name>Jen</name><uri>https://sourceforge.net/u/jagrau/</uri></author><id>https://sourceforge.net2d6d4698bb2ac63198eb30def03cc146bdc7286b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently DB2 only shows Sequences, tables, views, and aliases. Please add nicknames.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Commit/Rollback</title><link href="https://sourceforge.net/p/quantum/feature-requests/129/" rel="alternate"/><published>2008-07-31T10:14:02Z</published><updated>2008-07-31T10:14:02Z</updated><author><name>Piers Tuson</name><uri>https://sourceforge.net/u/axapierstuson/</uri></author><id>https://sourceforge.netbfdbb7f988f45ec99aafcafc7cceee96ed4120d5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have found that when performing updates while viewing tables, there is no interface-driven facility (that I can see) for explicitly committing or rolling-back the data change. Using the box that appears after selecting "Update" from the right-click menu when viewing a table obviously requires that the "Where" boxes be checked for the fields that uniquely identify the record(s) to be edited, and if this is forgotten the change seems to be instantaneously committed upon clicking "Finish" - this can be dangerous, and it would be very helpful if there were buttons and/or menus for commit/rollback.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Improve Large OBject fields in QuantumDB</title><link href="https://sourceforge.net/p/quantum/feature-requests/128/" rel="alternate"/><published>2008-07-31T10:07:27Z</published><updated>2008-07-31T10:07:27Z</updated><author><name>Piers Tuson</name><uri>https://sourceforge.net/u/axapierstuson/</uri></author><id>https://sourceforge.net823f547a832f0729478327572a00af4b036a0c55</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When viewing tables via Oracle 10g clients (thin or regular), only up to 4kb of data appears or can be edited. It seems likely this is because of how ?LOBs are stored - &amp;lt;=4kb in the table and &amp;gt;4kb separately.&lt;/p&gt;
&lt;p&gt;Can Quantum DB be changed to accommodate the whole Large OBject field contents for viewing/editing please?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>enable per database override of uses/usedby</title><link href="https://sourceforge.net/p/quantum/feature-requests/127/" rel="alternate"/><published>2008-04-12T20:08:27Z</published><updated>2008-04-12T20:08:27Z</updated><author><name>PatL</name><uri>https://sourceforge.net/u/patl9/</uri></author><id>https://sourceforge.net46a7096d360c21933ba467bf86c9a202508c154a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On large databases the usedby logic, whilst working fine, is not necessarily the fastest solution. In Sybase at least, a system stored procedure would provide the list of dependent objects much faster than the default code can. Could the database adaptor override the default method? &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>