~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to modules/db.sqlanywhere/res/sqlanywhere_rdbms_info.xml

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        <value type="string" key="caption">ODBC (manually entered parameters)</value>
26
26
        <value type="string" key="description">Pyodbc ODBC Driver</value>
27
27
        <value type="string" key="driverLibraryName">pyodbc</value>
28
 
        <value type="string" key="connectionStringTemplate">DRIVER=%driver%;HOST=%hostName%:%port%;DATABASEFILE=%schema%;UID=%userName%</value>
 
28
        <value type="string" key="connectionStringTemplate">DRIVER=%driver%;HOST=%hostName%:%port%;DATABASEFILE=%schema%;UID=%userName%;%extras%</value>
29
29
 
30
30
        <value  type="list" content-type="string" key="files">
31
31
          <!--value type="string">libmysql.dll</value-->
127
127
            <value type="dict" content-type="string" key="paramTypeDetails"/>
128
128
            <value type="int" key="required">1</value>
129
129
          </value>
 
130
          <value type="object" struct-name="db.mgmt.DriverParameter" id="com.mysql.rdbms.sqlanywhere.driver.odbc.param7">
 
131
            <value type="string" key="caption">Additional arguments</value>
 
132
            <value type="string" key="defaultValue"></value>
 
133
            <value type="string" key="description">; separated list of extra arguments to use in the
 
134
ODBC connection string.</value>
 
135
            <value type="int" key="layoutAdvanced">1</value>
 
136
            <value type="int" key="layoutRow">-1</value>
 
137
            <value type="int" key="layoutWidth">318</value>
 
138
            <value type="string" key="lookupValueMethod"></value>
 
139
            <value type="string" key="lookupValueModule"></value>
 
140
            <value type="string" key="name">extras</value>
 
141
            <link type="object" key="owner">com.mysql.rdbms.sqlanywhere.driver.odbc</link>
 
142
            <value type="string" key="paramType">string</value>
 
143
            <value type="dict" content-type="string" key="paramTypeDetails"/>
 
144
            <value type="int" key="required">0</value>          
 
145
          </value>
130
146
        </value>
131
147
      </value>
132
148