glom r1435 - in trunk: . docs/user-guide/C
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1435 - in trunk: . docs/user-guide/C
- Date: Fri, 22 Feb 2008 15:15:23 +0000 (GMT)
Author: murrayc
Date: Fri Feb 22 15:15:23 2008
New Revision: 1435
URL: http://svn.gnome.org/viewvc/glom?rev=1435&view=rev
Log:
2008-02-22 Murray Cumming <murrayc murrayc com>
* C/glom.xml: Put the pygda appendix in its own section, instead of
inside the previous appendix. Update the application version from
0.8 to 1.6.
Modified:
trunk/ChangeLog
trunk/docs/user-guide/C/glom.xml
Modified: trunk/docs/user-guide/C/glom.xml
==============================================================================
--- trunk/docs/user-guide/C/glom.xml (original)
+++ trunk/docs/user-guide/C/glom.xml Fri Feb 22 15:15:23 2008
@@ -2,8 +2,8 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
- <!ENTITY appversion "0.8">
- <!ENTITY manrevision "0.1">
+ <!ENTITY appversion "1.6">
+ <!ENTITY manrevision "0.2">
<!ENTITY date "20 June 2004">
<!ENTITY app "Glom">
<!-- Information about the entities
@@ -572,9 +572,10 @@
</programlisting>
</para>
</sect2>
+</sect1>
- <sect2>
+<sect1>
<title>Using the full pygda API</title>
<para>pygda is a python API for the libgda API. The record's <literal>connection</literal> attribute provides a gda.connection that can be used to access the current database directly. This allows you to run any SQL query, for instance to read data from the database with a SELECT, or to change values in the database with an UPDATE. Note that the connection is already open so you can avoid the difficult work of specifying the connection details.</para>
<para>The record's <literal>table_name</literal> attribute also provides the name of the current table.</para>
@@ -619,9 +620,6 @@
print "\n";
</programlisting>
</para>
- </sect2>
-
-
</sect1>
</appendix>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]