/[papo]/gnue/common/src/schema/GSParser.py
ViewVC logotype

Diff of /gnue/common/src/schema/GSParser.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by styxman, Fri Nov 15 15:32:56 2002 UTC revision 1.1.2.1 by anthonyl, Tue Mar 4 22:09:35 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2002 Free Software Foundation  # Copyright 2002-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # GSParser.py  # GSParser.py
# Line 189  def getXMLelements(): Line 189  def getXMLelements():
189              'name':        {              'name':        {
190                 'Required': 1,                 'Required': 1,
191                 'Typecast': GTypecast.name },                 'Typecast': GTypecast.name },
192              'table':        {               'table':        {
193                 'Required': 1,                 'Required': 1,
194                 'Typecast': GTypecast.name } },                 'Typecast': GTypecast.name } },
195           'ParentTags':  ('constraint',) },           'ParentTags':  ('constraint',) },
# Line 205  def getXMLelements(): Line 205  def getXMLelements():
205                 'Required': 1,                 'Required': 1,
206                 'Typecast': GTypecast.name },                 'Typecast': GTypecast.name },
207              'unique': {              'unique': {
208                   'Default': 0,
209                 'Typecast': GTypecast.boolean } },                 'Typecast': GTypecast.boolean } },
210           'ParentTags':  ('indexes',) },           'ParentTags':  ('indexes',) },
211    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26