Share

SQLTools for Oracle

Code

Programming Languages: PL/SQL, C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-08-25 cvs -d:pserver:anonymous@sqlt.cvs.sourceforge.net:/cvsroot/sqlt login

cvs -z3 -d:pserver:anonymous@sqlt.cvs.sourceforge.net:/cvsroot/sqlt co -P modulename

Show:

What's happening?

  • Can't view materialized views in oracle 10

    Snapshot or materialized views aren't available in ObjectList.

    2009-11-12 20:55:13 UTC by mrsoto

  • Comment: Update of CLOBs

    Little correction/modification: when you use &x syntax, the input string just textually replaces the &x parameter. So, the bind parameters, :1 syntax, is more appropriate for what I ask for. Currently, when you execute something like UPDATE document SET content=:1 WHERE doc_id=4775333087182336, you will get an the error "ORA-01008: not all variables bound". It would be great if the tool allowed...

    2009-07-24 13:23:32 UTC by apidruchny

  • Update of CLOBs

    I do not know any way to update a CLOB field with a long document using SQLTools. The proposed improvement is to allow to pass CLOB parameters using the &x input parameter syntax. For example, when I execute: UPDATE document SET content=&1 WHERE doc_id=4775333087182336; An "Input" dialog appears. But it only has a small single-line text edit control that I can not use to paste my multi-line...

    2009-07-21 19:38:02 UTC by apidruchny

  • SQL Formatter

    I wish a code formatter that is similar to the one found in TOAD or http://www.dpriver.com/pp/sqlformat.htm Now I am using the web site to format the code.

    2009-06-18 15:12:02 UTC by neolivz

  • SQLTools 1.5 build 10 Beta is released.

    SQLTools 1.5 build 10 Beta is released. It is available for download from www.sqltools.net.

    2009-05-09 18:05:10 UTC by akochetov

  • Comment: Option Find Match (ctrl+]) doesn't work properly

    if/else/end if costruction must be in pl/sql block.

    2009-05-07 01:19:01 UTC by akochetov

  • Comment: Generate insert statements from datagrid

    +1 I see this was on the wish list and somebody said they've fixed it in 2006 except for some minor issues with tables and joins. Any chance of seeing this feature released soon? Is it possible to distribute a patch?.

    2009-01-09 16:28:26 UTC by roanosullivan

  • Generate insert statements from datagrid

    Add an option to produce insert statements from datagrid data. statements can be generated in a window ( as DDL ) or in a file. ;-)

    2008-11-20 10:55:44 UTC by bcros

  • Don't Save Changes On Exit

    I would like an option to disable prompting to save changes either completely or only for new documents. Often I open SQLTools just to do a one off query and I don't need to save the query, so it's bothersome to have to click no every time. Perhaps this already exists and I just haven't found it yet.

    2008-11-15 16:48:01 UTC by ridethelight

  • Scrolling in Data Grid

    When you use the Tab key to scroll through the columns in a row the control keeps on jumping from one row to the next when the current row ends. It is really frustrating as you loose the track of one record. You may make it configurable (those who want to enable it, may enable and those who don't, will disable it). One more thing, can't you provide an option to keep the connection alive...

    2008-09-03 17:00:48 UTC by zipcn046

Our Numbers