<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://torasql.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://torasql.com/feed.php">
        <title>TOra</title>
        <description></description>
        <link>http://torasql.com/</link>
        <image rdf:resource="http://torasql.com/lib/images/favicon.ico" />
       <dc:date>2010-09-09T15:31:16-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://torasql.com/about?rev=1277902531&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/download?rev=1275420606&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/news?rev=1270120066&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/knowhow:parser?rev=1269785768&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/knowhow:configuration?rev=1269274183&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/knowhow:connections?rev=1265556074&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/knowhow:debugger?rev=1265231131&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/knowhow:index?rev=1265224626&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/screenshots?rev=1264906307&amp;do=diff"/>
                <rdf:li rdf:resource="http://torasql.com/privacypolicy?rev=1264905712&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://torasql.com/lib/images/favicon.ico">
        <title>TOra</title>
        <link>http://torasql.com/</link>
        <url>http://torasql.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://torasql.com/about?rev=1277902531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T05:55:31-07:00</dc:date>
        <dc:creator>Petr Vanek</dc:creator>
        <title>about - More user comments</title>
        <link>http://torasql.com/about?rev=1277902531&amp;do=diff</link>
        <description>TOra is an open-source multi-platform database management GUI that supports accessing most of the common database platforms in use, including Oracle, MySQL, and Postgres, as well as limited support for any target that can be accessed through Qt's ODBC support. TOra has been built for various Linux distributions, Mac OS X, MS Windows, and UNIX platforms.</description>
    </item>
    <item rdf:about="http://torasql.com/download?rev=1275420606&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-01T12:30:06-07:00</dc:date>
        <dc:creator>Petr Vanek</dc:creator>
        <title>download</title>
        <link>http://torasql.com/download?rev=1275420606&amp;do=diff</link>
        <description>Linux


It's always good to use prepared packages for your distribution. Search in distribution's repositories or in our sourceforge download area.

	*  Suse/openSUSE
		*  TOra repository - packages for openSUSE (11.x and later) and SLE too. All RPMs are built against Oracle 11.2 client. Packages contain tora (with Oracle support) and tora-no-oracle (MySQL and PostgreSQL) - all is available in the menu)
		*  Packman repository (a little bit outdated packages, but you have this repository set alr…</description>
    </item>
    <item rdf:about="http://torasql.com/news?rev=1270120066&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-01T04:07:46-07:00</dc:date>
        <dc:creator>Tomas Straupis</dc:creator>
        <title>news - Add info about release 2.1.2</title>
        <link>http://torasql.com/news?rev=1270120066&amp;do=diff</link>
        <description>TOra 2.1.2


This new release brings some new features and updated stability into your database related work.


	*  Improved: Add editor option for upper/lowercase object names
	*  Improved: Db extract/compare tool now remembers widgets states
	*  New: Filesystem completer for target line edit
	*  Improved: Compatibility with sql+
	*  New: Colour/pixmap identifier for connection
	*  Improved: Schema browser improvements
	*  New: Ability to add external static check
	*  New: Save package specific…</description>
    </item>
    <item rdf:about="http://torasql.com/knowhow:parser?rev=1269785768&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-28T07:16:08-07:00</dc:date>
        <dc:creator>Tomas Straupis</dc:creator>
        <title>knowhow:parser - created</title>
        <link>http://torasql.com/knowhow:parser?rev=1269785768&amp;do=diff</link>
        <description>Note This document is still a “work in progress”!

Parser provides following functionality:

	*  Tokenize given code (string)
	*  Parse given statement (group tokens into statements, blocks etc.)
	*  Indent given code (format)

Tokenize


Tokeniser takes a string as input and then brakes it up into tokens: identifiers, operators etc.</description>
    </item>
    <item rdf:about="http://torasql.com/knowhow:configuration?rev=1269274183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-22T09:09:43-07:00</dc:date>
        <dc:creator>Tomas Straupis</dc:creator>
        <title>knowhow:configuration - Add information on how to use configuration option</title>
        <link>http://torasql.com/knowhow:configuration?rev=1269274183&amp;do=diff</link>
        <description>Classes

	*  toConfiguration (toconfiguration.h/cpp) – main class used for configuration. It contains setters and getters for main configuration options (which are stored in toConfigurationPrivate object).
	*  toConfigurationPrivate (toconfiguration.h/cpp) – stores all values of configuration values, has functions to load and save configuration data using QSettings.</description>
    </item>
    <item rdf:about="http://torasql.com/knowhow:connections?rev=1265556074&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-07T07:21:14-07:00</dc:date>
        <dc:creator>Tomas Straupis</dc:creator>
        <title>knowhow:connections - created</title>
        <link>http://torasql.com/knowhow:connections?rev=1265556074&amp;do=diff</link>
        <description>Description


In order to increase stability of TOra - so that it does not freeze if a connection takes too long, or crash if it never returned - connection pooling mechanism was introduced. It means that for one opened TOra there is more than one database session opened. They are reused in different calls to database and time is not wasted to open/close sessions each time main connection is busy and another session is needed.</description>
    </item>
    <item rdf:about="http://torasql.com/knowhow:debugger?rev=1265231131&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-03T13:05:31-07:00</dc:date>
        <dc:creator>Tomas Straupis</dc:creator>
        <title>knowhow:debugger - created</title>
        <link>http://torasql.com/knowhow:debugger?rev=1265231131&amp;do=diff</link>
        <description>Debug tool uses standard oracle DBMS_DEBUG package to control debug sessions. When debugging you have two sessions:

	*  Debug session – main session from which you're controlling all debug operations, checking status, reading and setting values for variables etc.
	*  Target session – separate session running the code being debugged. This session will usually be executed with a lot of suspensions in order to allow operator to step through statements manually, check and set variable values etc.…</description>
    </item>
    <item rdf:about="http://torasql.com/knowhow:index?rev=1265224626&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-03T11:17:06-07:00</dc:date>
        <dc:creator>Tomas Straupis</dc:creator>
        <title>knowhow:index - Add links to database connection and debug tool pages</title>
        <link>http://torasql.com/knowhow:index?rev=1265224626&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://torasql.com/screenshots?rev=1264906307&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-30T18:51:47-07:00</dc:date>
        <dc:creator>Nathan Neulinger</dc:creator>
        <title>screenshots</title>
        <link>http://torasql.com/screenshots?rev=1264906307&amp;do=diff</link>
        <description>TOra 2.0

TOra 1.x</description>
    </item>
    <item rdf:about="http://torasql.com/privacypolicy?rev=1264905712&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-30T18:41:52-07:00</dc:date>
        <dc:creator>Nathan Neulinger</dc:creator>
        <title>privacypolicy</title>
        <link>http://torasql.com/privacypolicy?rev=1264905712&amp;do=diff</link>
        <description>This privacy policy tells you how we use personal information collected at this site.


All web servers track basic information about their visitors. This information includes, but is not limited to, IP addresses, browser details, timestamps and referring pages. None of this information can personally identify specific visitors to this site. The information is tracked for routine administration and maintenance purposes.</description>
    </item>
</rdf:RDF>
