├── COPYING ├── COPYING.ZEOS ├── artwork ├── Author.txt ├── BmpToXpm.dpr ├── BmpToXpm.exe ├── BmpToXpm.lpi ├── Make_DCR.bat ├── Make_LSR.bat ├── TZConnection.bmp ├── TZConnection.xcf ├── TZConnectionGroup.bmp ├── TZConnectionGroup.xcf ├── TZEventListener.bmp ├── TZGroupedConnection.bmp ├── TZGroupedConnection.xcf ├── TZIBEventAlerter.bmp ├── TZIBEventAlerter.xcf ├── TZMemTable.bmp ├── TZPgEventAlerter.bmp ├── TZPgEventAlerter.xcf ├── TZQuery.bmp ├── TZQuery.xcf ├── TZReadOnlyQuery.bmp ├── TZReadOnlyQuery.xcf ├── TZSQLMetadata.xcf ├── TZSQLMonitor.xcf ├── TZSQLProcessor.xcf ├── TZSequence.bmp ├── TZSequence.xcf ├── TZSqlMetadata.bmp ├── TZSqlMonitor.bmp ├── TZSqlProcessor.bmp ├── TZStoredProc.bmp ├── TZStoredProc.xcf ├── TZTable.bmp ├── TZTable.xcf ├── TZTransaction.bmp ├── TZUpdateSQL.xcf ├── TZUpdateSql.bmp ├── ZComponent.rc ├── ZeosBanner_small.png ├── ZeosLib.ico ├── ZeosLibSplash.bmp ├── ZeosLogo_small.gif ├── favicon.ico ├── lazres.exe ├── make_resources.bat ├── rc.exe └── sources │ ├── .directory │ ├── 150px-Pg_logo.png │ ├── Haettenschweiler Regular.ttf │ ├── LogoFirebird.gif │ ├── Shablons_arrow.svg │ ├── Shablons_red_circle.xcf │ ├── Shablons_sql_word.xcf │ ├── Shablons_table.xcf │ ├── TZConnection.png │ ├── arial8.pfb │ ├── arialbd8.pfb │ ├── arialbi8.pfb │ ├── ariali8.pfb │ ├── bell.xcf │ ├── cylindre.png │ ├── cylindre.svg │ ├── letter_z.xcf │ ├── quard.svg │ ├── sign.png │ ├── sign.svg │ └── stock_bell.png ├── build ├── GENDOC.CMD ├── build.cmd ├── build.xml ├── build_template.properties ├── clean.cmd ├── clean.xml ├── compileall.cmd ├── compilecomps.cmd ├── compilecomps.xml ├── compiletests.cmd ├── compiletests.xml ├── docbook.xml ├── release.cmd ├── release.xml ├── release_svn.cmd ├── release_svn.xml ├── release_svn_testing.cmd ├── release_svn_trunk.cmd ├── release_tagged.cmd ├── svnClientAdapter.jar ├── svnant.jar ├── svnjavahl.dll ├── svnjavahl.jar ├── test.cmd └── test.xml ├── database ├── create_asa.sql ├── create_asa12.sql ├── create_asa_bugreport.sql ├── create_firebird.sql ├── create_firebird3up_bugreport.sql ├── create_firebird4up.sql ├── create_interbase.sql ├── create_interbase_bugreport.sql ├── create_mssql.sql ├── create_mssql_2012up.sql ├── create_mssql_bugreport.sql ├── create_mysql.sql ├── create_mysql_InnoDB.sql ├── create_mysql_bugreport.sql ├── create_oracle.sql ├── create_oracle_bugreport.sql ├── create_postgresql.sql ├── create_postgresql_11.sql ├── create_postgresql_9.sql ├── create_postgresql_bugreport.sql ├── create_postgresql_bugreport_73.sql ├── create_postgresql_bugreport_81.sql ├── create_sqlite.sql ├── create_sqlite3.sql ├── create_sqlite3_bugreport.sql ├── create_sybase.sql ├── create_sybase_bugreport.sql ├── drop_asa.sql ├── drop_asa12.sql ├── drop_asa_bugreport.sql ├── drop_firebird3up_bugreport.sql ├── drop_firebird4up.sql ├── drop_interbase.sql ├── drop_interbase_bugreport.sql ├── drop_mssql.sql ├── drop_mssql_2012up.sql ├── drop_mssql_bugreport.sql ├── drop_mysql.sql ├── drop_mysql_bugreport.sql ├── drop_oracle.sql ├── drop_oracle_bugreport.sql ├── drop_postgresql.sql ├── drop_postgresql_11.sql ├── drop_postgresql_83.sql ├── drop_postgresql_9.sql ├── drop_postgresql_bugreport.sql ├── drop_postgresql_bugreport_73.sql ├── drop_postgresql_bugreport_81.sql ├── drop_sqlite.sql ├── drop_sqlite3_bugreport.sql ├── drop_sybase.sql ├── drop_sybase_bugreport.sql ├── images │ ├── coffee.bmp │ ├── dogs.jpg │ ├── horse.jpg │ └── zapotec.bmp ├── install │ ├── install_asa.bat │ ├── install_firebird.bat │ ├── install_interbase.bat │ ├── install_mssql.bat │ ├── install_mysql.bat │ ├── install_postgresql.bat │ ├── install_sqlite.bat │ └── install_sybase.bat ├── populate_any.sql ├── populate_any_ado.sql ├── populate_any_mssybase.sql ├── populate_any_oracle.sql ├── populate_any_sqlite.sql ├── populate_asa.sql ├── populate_interbase.sql ├── populate_interbase_bugreport.sql ├── populate_mssql.sql ├── populate_mssql_2012up.sql ├── populate_mysql.sql ├── populate_mysql_bugreport.sql ├── populate_oracle.sql ├── populate_postgresql.sql ├── populate_postgresql_73.sql ├── populate_postgresql_83.sql ├── populate_postgresql_9.sql ├── populate_postgresql_bugreport_81.sql ├── populate_sybase.sql ├── test_template.properties └── text │ ├── TestSQLProcessor3Stmts.SQL │ ├── TestSQLProcessor4Stmts.SQL │ ├── gnu.txt │ ├── lgpl without control characters.txt │ └── lgpl.txt ├── developer_diary ├── ADO │ └── mdaems.txt ├── ASA │ └── mdaems.txt ├── common │ ├── firmos.txt │ ├── gto.txt │ ├── mdaems.txt │ └── mseeger.txt ├── interbase │ └── mdaems.txt ├── mysql │ ├── firmos.txt │ ├── ideas_mdaems.txt │ └── mdaems.txt ├── oracle │ └── mdaems.txt ├── postgresql │ ├── firmos.txt │ └── mdaems.txt ├── sqlite │ └── mdaems.txt └── sybase │ └── mdaems.txt ├── documentation ├── Doxyfile ├── Zeoslibcode2doc.xml ├── articles │ ├── bugreporting │ │ ├── bugreporting.bcf │ │ ├── bugreporting.xml │ │ └── entities.xml │ ├── buildingtests │ │ ├── ENTITIES.XML │ │ ├── buildingtests.bcf │ │ ├── buildingtests.xml │ │ └── images │ │ │ └── callouts │ │ │ ├── 1.PNG │ │ │ ├── 10.PNG │ │ │ ├── 11.PNG │ │ │ ├── 12.PNG │ │ │ ├── 13.PNG │ │ │ ├── 14.PNG │ │ │ ├── 15.PNG │ │ │ ├── 2.PNG │ │ │ ├── 3.PNG │ │ │ ├── 4.PNG │ │ │ ├── 5.PNG │ │ │ ├── 6.PNG │ │ │ ├── 7.PNG │ │ │ ├── 8.PNG │ │ │ └── 9.PNG │ ├── changes │ │ ├── changes.xml │ │ └── entities.xml │ ├── installation │ │ ├── entities.xml │ │ └── installation.xml │ ├── knownbugs │ │ ├── entities.xml │ │ └── knownbugs.xml │ ├── license │ │ ├── entities.xml │ │ └── license.xml │ ├── overview │ │ ├── entities.xml │ │ ├── images │ │ │ ├── Overview001.gif │ │ │ ├── Overview002.gif │ │ │ └── Overview003.gif │ │ └── overview.xml │ ├── parameters │ │ ├── Parameters.xml │ │ └── entities.xml │ └── readme │ │ ├── ENTITIES.XML │ │ └── README.XML ├── development │ ├── bugfixing │ │ ├── FORMS │ │ │ └── bug_report_form.txt │ │ └── REPORTS │ │ │ ├── 1006438.TXT │ │ │ ├── 1013579.TXT │ │ │ ├── 1017034.TXT │ │ │ ├── 1030721.TXT │ │ │ ├── 1035896.TXT │ │ │ ├── 1036906.TXT │ │ │ ├── 1059182.TXT │ │ │ ├── 1068910.TXT │ │ │ ├── 1072521.TXT │ │ │ ├── 1075822.TXT │ │ │ ├── 1076975.TXT │ │ │ ├── 1084237.TXT │ │ │ ├── 1086415.TXT │ │ │ ├── 1086575.TXT │ │ │ ├── 1102816.TXT │ │ │ ├── 1113306.TXT │ │ │ ├── 1113393.TXT │ │ │ ├── 1116986.TXT │ │ │ ├── 1118495.TXT │ │ │ ├── 1124098.TXT │ │ │ ├── 1126163.TXT │ │ │ ├── 1154489.TXT │ │ │ ├── 1164443.TXT │ │ │ ├── 1167367.TXT │ │ │ ├── 1173358.TXT │ │ │ ├── 1177394.TXT │ │ │ ├── 1186833.TXT │ │ │ ├── 1195034.TXT │ │ │ ├── 1201343.TXT │ │ │ ├── 1213274.TXT │ │ │ ├── 1214110.TXT │ │ │ ├── 1215940.TXT │ │ │ ├── 1219599.TXT │ │ │ ├── 1219718.TXT │ │ │ ├── 1224963.TXT │ │ │ ├── 1225966.TXT │ │ │ ├── 1237728.TXT │ │ │ ├── 1245583.TXT │ │ │ ├── 1274400.TXT │ │ │ ├── 1274401.TXT │ │ │ ├── 966217.TXT │ │ │ ├── 972461.TXT │ │ │ ├── 983424.TXT │ │ │ ├── BugReports.txt │ │ │ └── GetPChar.txt │ ├── coding │ │ └── RDB$DB_KEY.txt │ ├── misc │ │ └── test_framework.html │ └── newfeatures │ │ ├── forms │ │ └── feature_add_form.txt │ │ └── reports │ │ ├── 1100120.TXT │ │ ├── 1200669.TXT │ │ ├── 949055.TXT │ │ ├── 987280.TXT │ │ ├── Property-Default-Values.txt │ │ └── SqlProcessor-Parameter.txt ├── doxygen_build.bat ├── doxygen_build.sh ├── doxygen_readme.txt ├── eDE_patches │ └── DocBook │ │ ├── bat │ │ ├── docbook_chunk.bat │ │ ├── docbook_deploy.bat │ │ ├── docbook_html.bat │ │ ├── docbook_htmlhelp.bat │ │ └── docbook_text.bat │ │ ├── bin │ │ ├── HtmlAsText.exe │ │ └── textconvert_template.cfg │ │ ├── dtd │ │ └── docbook_article.bdf │ │ ├── stylesheet │ │ ├── custom_configuration.bat │ │ ├── e-novative.xsl │ │ ├── e-novative_article.xsl │ │ └── e-novative_book_fo.xsl │ │ └── template │ │ └── docbook_article.btf ├── fundamentals │ ├── Fundamentals of Software Testing.doc │ ├── ZeosLib - Getting Started.doc │ ├── ZeosLib - Organization and Structure.doc │ └── ZeosLib BTE.doc ├── howto │ └── Implementing A New Database.odt ├── images │ ├── banner.jpg │ ├── banner2.jpg │ └── zeos_logo.gif ├── linux_extra ├── logs │ └── performance │ │ ├── test-050403.txt │ │ ├── test-130403.txt │ │ ├── test-250703.txt │ │ ├── test-280703.txt │ │ ├── test-290703.txt │ │ └── test-300503.txt ├── tex │ ├── BTE │ │ ├── CygwinSetup.png │ │ ├── Together1.png │ │ ├── Together2.png │ │ ├── XmlSpy1.png │ │ └── XmlSpy2.png │ ├── Reference │ │ └── autocommit.png │ ├── ZeosDocumentationCollection.tcp │ ├── ZeosDocumentationCollection.tex │ ├── ZeosTutorial │ │ ├── EasyQuery_ProjectOptions.png │ │ ├── dbgrid1_columns.png │ │ ├── dmEasyQuery.png │ │ ├── dmEasyQuery_updCustomer_options.png │ │ ├── dmEasyQuery_updCustomer_sql.png │ │ └── frmEasyQuery.png │ └── readme.txt └── windows_extra ├── examples ├── android and firebird embedded │ ├── AndroidManifest.template.xml │ ├── Project1.deployproj │ ├── Project1.dpr │ ├── Project1.dproj │ ├── Project1.res │ ├── README.txt │ ├── Unit1.fmx │ ├── Unit1.pas │ └── Unit1.vlb ├── android and sqlite │ ├── AndroidManifest.template.xml │ ├── Project1.deployproj │ ├── Project1.dpr │ ├── Project1.dproj │ ├── Project1.res │ ├── README.txt │ ├── Unit1.fmx │ ├── Unit1.pas │ └── Unit1.vlb ├── blobs │ ├── ZBlobs.cfg │ ├── ZBlobs.dof │ ├── ZBlobs.dpr │ ├── ZBlobs.res │ ├── ZBlobsMain.dfm │ ├── ZBlobsMain.pas │ └── ZBlobsMain.xfm ├── component │ └── ZQueryBatchDML.pas ├── controls │ ├── ZControlsExample.cfg │ ├── ZControlsExample.dof │ ├── ZControlsExample.dpr │ ├── ZControlsExample.res │ ├── main.dfm │ └── main.pas ├── dbc │ ├── DbcDemo.cfg │ ├── DbcDemo.dof │ ├── DbcDemo.dpr │ ├── DbcDemo.res │ ├── DbcDemoMain.dfm │ └── DbcDemoMain.pas ├── design │ ├── ZDesignTime.cfg │ ├── ZDesignTime.dof │ ├── ZDesignTime.dpr │ ├── ZDesignTime.res │ ├── ZDesignTimeMain.dfm │ └── ZDesignTimeMain.pas ├── embedded │ ├── Embedded.bdsproj │ ├── Embedded.dpr │ ├── Main.dfm │ ├── Main.pas │ ├── MySQL.Readme1st.txt │ ├── data │ │ ├── mysql │ │ │ ├── time_zone.MYD │ │ │ ├── time_zone.MYI │ │ │ ├── time_zone.frm │ │ │ ├── time_zone_leap_second.MYD │ │ │ ├── time_zone_leap_second.MYI │ │ │ ├── time_zone_leap_second.frm │ │ │ ├── time_zone_name.MYD │ │ │ ├── time_zone_name.MYI │ │ │ ├── time_zone_name.frm │ │ │ ├── time_zone_transition.MYD │ │ │ ├── time_zone_transition.MYI │ │ │ ├── time_zone_transition.frm │ │ │ ├── time_zone_transition_type.MYD │ │ │ ├── time_zone_transition_type.MYI │ │ │ └── time_zone_transition_type.frm │ │ └── zeoslib │ │ │ ├── people.MYD │ │ │ ├── people.MYI │ │ │ └── people.frm │ └── share │ │ ├── charsets │ │ ├── Index.xml │ │ ├── README │ │ ├── armscii8.xml │ │ ├── ascii.xml │ │ ├── cp1250.xml │ │ ├── cp1251.xml │ │ ├── cp1256.xml │ │ ├── cp1257.xml │ │ ├── cp850.xml │ │ ├── cp852.xml │ │ ├── cp866.xml │ │ ├── dec8.xml │ │ ├── geostd8.xml │ │ ├── greek.xml │ │ ├── hebrew.xml │ │ ├── hp8.xml │ │ ├── keybcs2.xml │ │ ├── koi8r.xml │ │ ├── koi8u.xml │ │ ├── languages.html │ │ ├── latin1.xml │ │ ├── latin2.xml │ │ ├── latin5.xml │ │ ├── latin7.xml │ │ ├── macce.xml │ │ ├── macroman.xml │ │ └── swe7.xml │ │ └── english │ │ └── errmsg.sys ├── interbase.sql ├── msqsql.sql ├── mysql.sql ├── postgresql.sql ├── simple │ ├── ZSimple.cfg │ ├── ZSimple.dof │ ├── ZSimple.dpr │ ├── ZSimple.res │ ├── ZSimpleMain.dfm │ └── ZSimpleMain.pas └── sybase.sql ├── lib ├── firebird │ ├── FirebirdPasToZPlainFirebirdDriverPas.dpr │ ├── FirebirdPasToZPlainFirebirdDriverPas.dproj │ └── windows │ │ └── 32bit │ │ ├── 1.5.3.4870 │ │ ├── fbclient15.dll │ │ ├── fbclientd15.dll │ │ ├── firebird.conf │ │ ├── firebird.msg │ │ ├── ib_util.dll │ │ ├── intl │ │ │ └── fbintl.dll │ │ └── udf │ │ │ ├── fbudf.dll │ │ │ └── ib_udf.dll │ │ ├── 2.0.0.12710 │ │ ├── aliases.conf │ │ ├── fbclient20.dll │ │ ├── fbclientd20.dll │ │ ├── firebird.conf │ │ ├── firebird.msg │ │ ├── ib_util.dll │ │ ├── icudt30.dll │ │ ├── icuin30.dll │ │ ├── icuuc30.dll │ │ ├── intl │ │ │ ├── fbintl.conf │ │ │ └── fbintl.dll │ │ └── udf │ │ │ ├── fbudf.dll │ │ │ └── ib_udf.dll │ │ ├── 2.1.1.17910 │ │ ├── aliases.conf │ │ ├── fbclient21.dll │ │ ├── fbclientd21.dll │ │ ├── firebird.conf │ │ ├── firebird.msg │ │ ├── ib_util.dll │ │ ├── icudt30.dll │ │ ├── icuin30.dll │ │ ├── icuuc30.dll │ │ ├── intl │ │ │ ├── fbintl.conf │ │ │ └── fbintl.dll │ │ └── udf │ │ │ ├── fbudf.dll │ │ │ └── ib_udf.dll │ │ └── 2.5.0.26054 │ │ ├── Microsoft.VC80.CRT.manifest │ │ ├── aliases.conf │ │ ├── fbclient25.dll │ │ ├── fbclientd25.dll │ │ ├── firebird.conf │ │ ├── firebird.msg │ │ ├── ib_util.dll │ │ ├── icudt30.dll │ │ ├── icuin30.dll │ │ ├── icuuc30.dll │ │ ├── intl │ │ ├── fbintl.conf │ │ └── fbintl.dll │ │ ├── msvcp80.dll │ │ ├── msvcr80.dll │ │ └── udf │ │ ├── fbudf.dll │ │ ├── fbudf.sql │ │ ├── fbudf.txt │ │ ├── ib_udf.dll │ │ ├── ib_udf.sql │ │ └── ib_udf2.sql ├── freetds │ ├── 32 Bits │ │ └── sybdb.dll │ ├── 32 bits + iconv │ │ └── sybdb.dll │ ├── 64 bits │ │ └── sybdb.dll │ ├── license.txt │ └── readme.txt ├── mysql │ ├── mariadb_client-1.0.0-win32.zip │ └── mariadb_client-1.0.0-win64.zip ├── postgresql │ ├── Postgres12 │ │ └── Win32 │ │ │ └── libpq.dll │ ├── libpq73.dll │ ├── libpq74.dll │ ├── libpq80.dll │ └── libpq81.dll └── sqlite │ ├── Win32 │ ├── info.txt │ └── sqlite3.dll │ ├── Win64 │ ├── info.txt │ └── sqlite3-64.dll │ ├── sqlite-3.3.8.so │ └── sqlite3.def ├── packages ├── Delphi11 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZCore.stat │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestAll.res │ ├── ZTestAll.stat │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── Delphi12 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZCore.stat │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestAll.res │ ├── ZTestAll.stat │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── Delphi2005 │ ├── ZComponent.bdsproj │ ├── ZComponent.dpk │ ├── ZComponent.res │ ├── ZComponentDesign.bdsproj │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.res │ ├── ZCore.bdsproj │ ├── ZCore.dpk │ ├── ZCore.res │ ├── ZDbc.bdsproj │ ├── ZDbc.dpk │ ├── ZDbc.res │ ├── ZPackages.inc │ ├── ZParseSql.bdsproj │ ├── ZParseSql.dpk │ ├── ZParseSql.res │ ├── ZPlain.bdsproj │ ├── ZPlain.dpk │ ├── ZPlain.res │ ├── ZTestAll.bdsproj │ ├── ZTestAll.dpr │ ├── ZeosDbo.bdsgroup │ ├── ZeosDboDev.bdsgroup │ └── build │ │ └── test.cmd ├── Delphi2007 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.bdsproj │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ ├── ZeosDboDev.groupproj │ └── build │ │ └── test.cmd ├── Delphi2009 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.bdsproj │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.res │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ ├── ZeosDboDev.groupproj │ └── build │ │ └── test.cmd ├── Delphi2010 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.bdsproj │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.res │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ ├── ZeosDboDev.groupproj │ └── build │ │ └── test.cmd ├── DelphiXE │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestSql.dpr │ ├── ZTestSql.dproj │ ├── ZeosDbo.groupproj │ ├── ZeosDboDev.groupproj │ └── build │ │ └── test.cmd ├── DelphiXE10.1 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ └── ZTestAll.dproj ├── DelphiXE10.2 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestAll.res │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE10.3 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZCore.stat │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestAll.res │ ├── ZTestAll.stat │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE10.4 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZCore.stat │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestAll.res │ ├── ZTestAll.stat │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE10 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZTestAll.res │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE2 │ ├── Build │ │ └── test.cmd │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE3 │ ├── Build │ │ └── test.cmd │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE4 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.dsk │ └── ZeosDbo.groupproj ├── DelphiXE5 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.dsk │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE6 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── DelphiXE7 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.dsk │ └── ZeosDbo.groupproj ├── DelphiXE8 │ ├── ZComponent.dpk │ ├── ZComponent.dproj │ ├── ZComponent.res │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.dproj │ ├── ZComponentDesign.res │ ├── ZComponentDesign_Icon.ico │ ├── ZComponent_Icon.ico │ ├── ZCore.dpk │ ├── ZCore.dproj │ ├── ZCore.res │ ├── ZDbc.dpk │ ├── ZDbc.dproj │ ├── ZDbc.res │ ├── ZDbc_Icon.ico │ ├── ZPackages.inc │ ├── ZParseSql.dpk │ ├── ZParseSql.dproj │ ├── ZParseSql.res │ ├── ZPlain.dpk │ ├── ZPlain.dproj │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZPlain_Icon.ico │ ├── ZTestAll.dpr │ ├── ZTestAll.dproj │ ├── ZeosDbo.groupproj │ └── ZeosDboDev.groupproj ├── cbuilder12 │ ├── ZComponent.cbproj │ ├── ZComponent.cpp │ ├── ZComponent.res │ ├── ZComponentDesign.cbproj │ ├── ZComponentDesign.cpp │ ├── ZComponentDesign.res │ ├── ZCore.cbproj │ ├── ZCore.cpp │ ├── ZCore.res │ ├── ZDbc.cbproj │ ├── ZDbc.cpp │ ├── ZDbc.res │ ├── ZParseSql.cbproj │ ├── ZParseSql.cpp │ ├── ZParseSql.res │ ├── ZPlain.cbproj │ ├── ZPlain.cpp │ ├── ZPlain.res │ ├── ZTestBugReport.bpf │ ├── ZTestBugReport.cpp │ ├── ZTestComponentAll.bpf │ ├── ZTestComponentAll.cpp │ ├── ZTestCoreAll.bpf │ ├── ZTestCoreAll.cpp │ ├── ZTestDbcAll.bpf │ ├── ZTestDbcAll.cpp │ ├── ZTestFramework.cpp │ ├── ZTestFramework.res │ ├── ZTestParseSqlAll.bpf │ ├── ZTestParseSqlAll.cpp │ ├── ZTestPerformance.bpf │ ├── ZTestPerformance.cpp │ └── ZeosDbo.groupproj ├── delphi7 │ ├── ZComponent.cfg │ ├── ZComponent.dof │ ├── ZComponent.dpk │ ├── ZComponent.res │ ├── ZComponentDesign.cfg │ ├── ZComponentDesign.dof │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.res │ ├── ZCore.cfg │ ├── ZCore.dof │ ├── ZCore.dpk │ ├── ZCore.res │ ├── ZDbc.cfg │ ├── ZDbc.dof │ ├── ZDbc.dpk │ ├── ZDbc.res │ ├── ZPackages.inc │ ├── ZParseSql.cfg │ ├── ZParseSql.dof │ ├── ZParseSql.dpk │ ├── ZParseSql.res │ ├── ZPlain.cfg │ ├── ZPlain.dof │ ├── ZPlain.dpk │ ├── ZPlain.res │ ├── ZTestAll.cfg │ ├── ZTestAll.dof │ ├── ZTestAll.dpr │ ├── ZeosDbo.bpg │ ├── ZeosDboDevel.bpg │ └── build │ │ ├── dummy.txt │ │ └── test.cmd ├── delphi9 │ ├── CompTest.pas │ ├── ZComponent.bdsproj │ ├── ZComponent.cfg │ ├── ZComponent.dpk │ ├── ZComponent.drc │ ├── ZComponent.res │ ├── ZComponentDesign.bdsproj │ ├── ZComponentDesign.cfg │ ├── ZComponentDesign.dpk │ ├── ZComponentDesign.res │ ├── ZCore.bdsproj │ ├── ZCore.cfg │ ├── ZCore.dpk │ ├── ZCore.drc │ ├── ZCore.res │ ├── ZDbc.bdsproj │ ├── ZDbc.cfg │ ├── ZDbc.dpk │ ├── ZDbc.drc │ ├── ZDbc.res │ ├── ZPackages.inc │ ├── ZParseSql.bdsproj │ ├── ZParseSql.cfg │ ├── ZParseSql.dpk │ ├── ZParseSql.drc │ ├── ZParseSql.res │ ├── ZPlain.bdsproj │ ├── ZPlain.cfg │ ├── ZPlain.dpk │ ├── ZPlain.drc │ ├── ZPlain.res │ ├── ZTestAll.bdsproj │ ├── ZTestAll.dpr │ ├── ZeosDbo.bdsgroup │ ├── ZeosDbo.bpg │ ├── ZeosDbo_Model.tgs │ ├── ZeosDbo_Model.tgw │ └── build │ │ ├── dummy.txt │ │ └── test.cmd └── lazarus │ ├── README.TXT │ ├── build │ ├── dummy.txt │ └── test.cmd │ ├── zcomponent.lpk │ ├── zcomponent.pas │ ├── zcomponentdesign.lpk │ ├── zcomponentdesign.pas │ ├── zcore.lpk │ ├── zcore.pas │ ├── zdbc.lpk │ ├── zdbc.pas │ ├── zpackages.inc │ ├── zparsesql.lpk │ ├── zparsesql.pas │ ├── zplain.lpk │ ├── zplain.pas │ ├── ztestall.ico │ ├── ztestall.lpi │ ├── ztestall.lpr │ ├── ztestall.lrs │ ├── ztestall.manifest │ ├── ztestall.rc │ └── zxmltestreport.pas ├── src ├── Zeos.inc ├── ZeosLazarus.inc ├── component │ ├── ZAbstractConnection.pas │ ├── ZAbstractDataset.pas │ ├── ZAbstractRODataset.pas │ ├── ZAbstractTable.pas │ ├── ZComponent.dcr │ ├── ZComponent.inc │ ├── ZComponentReg.lrs │ ├── ZComponentReg.pas │ ├── ZConnection.pas │ ├── ZConnectionGroup.pas │ ├── ZDataset.pas │ ├── ZDatasetParam.pas │ ├── ZDatasetUtils.pas │ ├── ZEventListener.pas │ ├── ZFormatSettings.pas │ ├── ZGroupedConnection.pas │ ├── ZIBEventAlerter.pas │ ├── ZMemTable.pas │ ├── ZMethodInThread.pas │ ├── ZPgEventAlerter.pas │ ├── ZPropertiesEditor.dfm │ ├── ZPropertiesEditor.lfm │ ├── ZPropertiesEditor.lrs │ ├── ZPropertiesEditor.pas │ ├── ZPropertyEditor.pas │ ├── ZQuerySQLEditor.pas │ ├── ZROSqlEditor.pas │ ├── ZSequence.pas │ ├── ZSqlMetadata.pas │ ├── ZSqlMonitor.pas │ ├── ZSqlProcessor.pas │ ├── ZSqlStrings.pas │ ├── ZSqlTestForm.pas │ ├── ZSqlUpdate.pas │ ├── ZStoredProcedure.pas │ ├── ZStreamBlob.pas │ ├── ZTransaction.pas │ ├── ZUpdateSqlEditor.dfm │ ├── ZUpdateSqlEditor.lfm │ ├── ZUpdateSqlEditor.lrs │ └── ZUpdateSqlEditor.pas ├── core │ ├── ZBase64.pas │ ├── ZClasses.pas │ ├── ZCollections.pas │ ├── ZCompatibility.pas │ ├── ZCore.inc │ ├── ZEncoding.pas │ ├── ZExceptions.pas │ ├── ZExprParser.pas │ ├── ZExprToken.pas │ ├── ZExpression.pas │ ├── ZFastCode.pas │ ├── ZFunctions.pas │ ├── ZFunctionsConvert.pas │ ├── ZFunctionsDateTime.pas │ ├── ZFunctionsMath.pas │ ├── ZFunctionsOther.pas │ ├── ZFunctionsStrings.pas │ ├── ZMatchPattern.pas │ ├── ZMessages.pas │ ├── ZSysUtils.pas │ ├── ZTokenizer.pas │ ├── ZURL.pas │ ├── ZVariables.pas │ ├── ZVariant.pas │ └── ZXmlCompat.pas ├── dbc │ ├── ZDbc.inc │ ├── ZDbcASA.pas │ ├── ZDbcASAMetadata.pas │ ├── ZDbcASAResultSet.pas │ ├── ZDbcASAStatement.pas │ ├── ZDbcASAUtils.pas │ ├── ZDbcAdo.pas │ ├── ZDbcAdoMetadata.pas │ ├── ZDbcAdoResultSet.pas │ ├── ZDbcAdoStatement.pas │ ├── ZDbcAdoUtils.pas │ ├── ZDbcBeginnerStatement.pas │ ├── ZDbcCache.pas │ ├── ZDbcCachedResultSet.pas │ ├── ZDbcConnection.pas │ ├── ZDbcDbLib.pas │ ├── ZDbcDbLibMetadata.pas │ ├── ZDbcDbLibResultSet.pas │ ├── ZDbcDbLibStatement.pas │ ├── ZDbcDbLibUtils.pas │ ├── ZDbcDuckDB.pas │ ├── ZDbcDuckDBMetadata.pas │ ├── ZDbcDuckDBResultSet.pas │ ├── ZDbcDuckDBStatement.pas │ ├── ZDbcDuckDBUtils.pas │ ├── ZDbcFirebird.pas │ ├── ZDbcFirebirdInterbase.pas │ ├── ZDbcFirebirdResultSet.pas │ ├── ZDbcFirebirdStatement.pas │ ├── ZDbcGenericResolver.pas │ ├── ZDbcInterbase6.pas │ ├── ZDbcInterbase6ResultSet.pas │ ├── ZDbcInterbase6Statement.pas │ ├── ZDbcInterbase6Utils.pas │ ├── ZDbcInterbaseBackup.pas │ ├── ZDbcInterbaseFirebirdMetadata.pas │ ├── ZDbcIntfs.pas │ ├── ZDbcLogging.pas │ ├── ZDbcMetadata.pas │ ├── ZDbcMySql.pas │ ├── ZDbcMySqlMetadata.pas │ ├── ZDbcMySqlResultSet.pas │ ├── ZDbcMySqlStatement.pas │ ├── ZDbcMySqlUtils.pas │ ├── ZDbcODBCCon.pas │ ├── ZDbcODBCMetadata.pas │ ├── ZDbcODBCResultSet.pas │ ├── ZDbcODBCStatement.pas │ ├── ZDbcODBCUtils.pas │ ├── ZDbcOleDB.pas │ ├── ZDbcOleDBMetadata.pas │ ├── ZDbcOleDBResultSet.pas │ ├── ZDbcOleDBStatement.pas │ ├── ZDbcOleDBUtils.pas │ ├── ZDbcOracle.pas │ ├── ZDbcOracleMetadata.pas │ ├── ZDbcOracleResultSet.pas │ ├── ZDbcOracleStatement.pas │ ├── ZDbcOracleUtils.pas │ ├── ZDbcPooled.pas │ ├── ZDbcPostgreSql.pas │ ├── ZDbcPostgreSqlMetadata.pas │ ├── ZDbcPostgreSqlResultSet.pas │ ├── ZDbcPostgreSqlStatement.pas │ ├── ZDbcPostgreSqlUtils.pas │ ├── ZDbcProperties.pas │ ├── ZDbcProxy.pas │ ├── ZDbcProxyMetadata.pas │ ├── ZDbcProxyResultSet.pas │ ├── ZDbcProxyStatement.pas │ ├── ZDbcProxyUtils.pas │ ├── ZDbcResultSet.pas │ ├── ZDbcResultSetMetadata.pas │ ├── ZDbcSQLAnywhere.pas │ ├── ZDbcSQLAnywhereResultSet.pas │ ├── ZDbcSQLAnywhereStatement.pas │ ├── ZDbcSQLAnywhereUtils.pas │ ├── ZDbcSqLite.pas │ ├── ZDbcSqLiteMetadata.pas │ ├── ZDbcSqLiteResultSet.pas │ ├── ZDbcSqLiteStatement.pas │ ├── ZDbcSqLiteUtils.pas │ ├── ZDbcStatement.pas │ ├── ZDbcUtils.pas │ └── ZDbcXmlUtils.pas ├── parsesql │ ├── ZAdoToken.pas │ ├── ZGenericSqlAnalyser.pas │ ├── ZGenericSqlToken.pas │ ├── ZInterbaseAnalyser.pas │ ├── ZInterbaseToken.pas │ ├── ZMySqlAnalyser.pas │ ├── ZMySqlToken.pas │ ├── ZODBCToken.pas │ ├── ZOleDBToken.pas │ ├── ZOracleAnalyser.pas │ ├── ZOracleToken.pas │ ├── ZParseSql.inc │ ├── ZPostgreSqlAnalyser.pas │ ├── ZPostgreSqlToken.pas │ ├── ZScriptParser.pas │ ├── ZSelectSchema.pas │ ├── ZSqLiteAnalyser.pas │ ├── ZSqLiteToken.pas │ ├── ZSybaseAnalyser.pas │ └── ZSybaseToken.pas ├── plain │ ├── ZPlain.inc │ ├── ZPlainASADriver.pas │ ├── ZPlainAdo.pas │ ├── ZPlainAdoDriver.pas │ ├── ZPlainDbLibDriver.pas │ ├── ZPlainDriver.pas │ ├── ZPlainDuckDb.pas │ ├── ZPlainFirebird.pas │ ├── ZPlainFirebirdInterbaseDriver.pas │ ├── ZPlainLoader.pas │ ├── ZPlainMySqlDriver.pas │ ├── ZPlainODBCDriver.pas │ ├── ZPlainOleDBDriver.pas │ ├── ZPlainOracleDriver.pas │ ├── ZPlainPostgreSqlDriver.pas │ ├── ZPlainProxyDriver.pas │ ├── ZPlainProxyDriverInternalProxy.pas │ ├── ZPlainProxyDriverIntf.pas │ ├── ZPlainProxyDriverSoapProxy.pas │ ├── ZPlainSQLAnywhere.pas │ └── ZPlainSqLiteDriver.pas ├── repl.awk ├── repl.instructions ├── repl.txt └── webservice │ ├── client │ ├── libzdbcproxy.lpi │ ├── libzdbcproxy.lpr │ ├── libzdbcproxy.pas │ └── zdbcproxyintf.pas │ ├── server │ ├── DelphiOTP │ │ ├── Base32U.pas │ │ ├── GoogleOTP.pas │ │ └── readme.txt │ ├── ZDbcProxyMgmtDriver.pas │ ├── ZDbcProxyMgmtMetadata.pas │ ├── ZDbcProxyMgmtStatement.pas │ ├── ZPlainProxyMgmtDriver.pas │ ├── application │ │ ├── ZDbcProxyServer.lpi │ │ ├── ZDbcProxyServer.lpr │ │ ├── zeosproxy-example.ini │ │ └── zeosproxy.sample.ini │ ├── dbcproxy.inc │ ├── dbcproxycertstore.pas │ ├── dbcproxycleanupthread.pas │ ├── dbcproxyconfigmanager.pas │ ├── dbcproxyconfigstore.pas │ ├── dbcproxyconfigutils.pas │ ├── dbcproxyconnectionmanager.pas │ ├── dbcproxyfilelogger.pas │ ├── dbcproxyldapsecuritymodule.pas │ ├── dbcproxysecuritymodule.pas │ ├── dbcproxystartupprocedures.pas │ ├── dbcproxyutils.pas │ ├── fpc_https_server.pas │ ├── md5crypt.pas │ ├── service │ │ ├── ZeosProxyService.lpi │ │ ├── ZeosProxyService.lpr │ │ ├── zeos-proxy-server.service │ │ ├── zeosproxy-example.ini │ │ ├── zeosproxymapperunit.lfm │ │ ├── zeosproxymapperunit.pas │ │ ├── zeosproxyunit.lfm │ │ └── zeosproxyunit.pas │ ├── yubiotp.pas │ ├── zdbcproxymanagement.pas │ └── zeosproxy_imp.pas │ └── wsdl │ ├── zeosproxy.WSDL │ ├── zeosproxy.pas │ ├── zeosproxy.wst │ ├── zeosproxy_binder.pas │ ├── zeosproxy_imp.pas │ └── zeosproxy_proxy.pas ├── test ├── ZTest.inc ├── bugreport │ ├── ZBugReport.inc │ ├── ZTestBugCompADO.pas │ ├── ZTestBugCompASA.pas │ ├── ZTestBugCompCore.pas │ ├── ZTestBugCompDbLib.pas │ ├── ZTestBugCompInterbase.pas │ ├── ZTestBugCompMSSql.pas │ ├── ZTestBugCompMySql.pas │ ├── ZTestBugCompOracle.pas │ ├── ZTestBugCompPostgreSql.pas │ ├── ZTestBugCompSQLite.pas │ ├── ZTestBugDbcASA.pas │ ├── ZTestBugDbcCore.pas │ ├── ZTestBugDbcDbLib.pas │ ├── ZTestBugDbcInterbase.pas │ ├── ZTestBugDbcMSSQL.pas │ ├── ZTestBugDbcMySql.pas │ ├── ZTestBugDbcOracle.pas │ ├── ZTestBugDbcPostgreSql.pas │ └── ZTestBugReports.pas ├── component │ ├── ZComponent.inc │ ├── ZTestComponents.pas │ ├── ZTestConnection.pas │ ├── ZTestDataSetGeneric.pas │ ├── ZTestEvents.pas │ ├── ZTestExecuteSql.pas │ ├── ZTestMasterDetail.pas │ ├── ZTestMidas.pas │ ├── ZTestSorting.pas │ ├── ZTestSqlMetadata.pas │ ├── ZTestSqlProcessor.pas │ ├── ZTestSqlStrings.pas │ ├── ZTestSqlTypes.pas │ ├── ZTestStoredProcedure.pas │ └── ZTestTransaction.pas ├── core │ ├── ZCore.inc │ ├── ZTestCore.pas │ ├── ZTestExprToken.pas │ ├── ZTestExpression.pas │ ├── ZTestFramework.pas │ ├── ZTestList.pas │ ├── ZTestSysUtils.pas │ ├── ZTestTokenizer.pas │ └── ZTestVariant.pas ├── dbc │ ├── ZDbc.inc │ ├── ZTestDbc.pas │ ├── ZTestDbcADO.pas │ ├── ZTestDbcASA.pas │ ├── ZTestDbcASAMetadata.pas │ ├── ZTestDbcCache.pas │ ├── ZTestDbcCachedResultSet.pas │ ├── ZTestDbcDriver.pas │ ├── ZTestDbcGeneric.pas │ ├── ZTestDbcInterbase.pas │ ├── ZTestDbcInterbaseMetadata.pas │ ├── ZTestDbcMetadata.pas │ ├── ZTestDbcMsSql.pas │ ├── ZTestDbcMySql.pas │ ├── ZTestDbcMySqlMetadata.pas │ ├── ZTestDbcODBc.pas │ ├── ZTestDbcOracle.pas │ ├── ZTestDbcPostgreSql.pas │ ├── ZTestDbcPostgreSqlMetadata.pas │ ├── ZTestDbcResolver.pas │ ├── ZTestDbcResultSet.pas │ ├── ZTestDbcResultSetMetadata.pas │ ├── ZTestDbcSqLite.pas │ ├── ZTestDbcURL.pas │ └── ZTestDbcUtils.pas ├── external │ ├── DUnit.res │ ├── DUnitConsts.pas │ ├── DUnitExpert.res │ ├── DUnitMainForm.dfm │ ├── DUnitMainForm.pas │ ├── DUnitW32.bdsgroup │ ├── DUnitW32.bdsproj │ ├── DUnitW32.dpr │ ├── DUnitW32.res │ ├── DunitAbout.dfm │ ├── DunitAbout.pas │ ├── FastMMMemLeakMonitor.pas │ ├── FirmOS_GUITestRunner.dfm │ ├── FirmOS_GUITestRunner.pas │ ├── GUITestRunner.dfm │ ├── GUITestRunner.pas │ ├── GUITesting.pas │ ├── HeidiTestRunner.pas │ ├── Makefile │ ├── MemCheck.pas │ ├── QGUITestRunner.pas │ ├── QGUITestRunner.xfm │ ├── TestExtensions.pas │ ├── TestFrameWork.pas │ ├── TestModules.pas │ ├── TextTestRunner.pas │ ├── XMLTestRunner2.pas │ ├── dunit.bpg │ ├── dunit.dpr │ ├── images │ │ ├── actions_images.bmp │ │ ├── dunit.ico │ │ ├── dunit16.ico │ │ ├── dunit16_new.ico │ │ ├── dunit_new.ico │ │ ├── list_images.bmp │ │ ├── logo.bmp │ │ ├── run_images.bmp │ │ └── state_images.bmp │ ├── versioninfo.inc │ ├── versioninfo.rc │ └── versioninfo.res ├── framework │ ├── ZMidasTestCase.dfm │ ├── ZMidasTestCase.pas │ ├── ZMidasTestCase.tlb │ ├── ZMidasTestServer_TLB.pas │ ├── ZPerformanceTestCase.pas │ ├── ZSqlTestCase.pas │ ├── ZTestCase.pas │ ├── ZTestConfig.pas │ ├── ZTestConsts.pas │ └── ZTestFramework.inc ├── parsesql │ ├── ZParseSql.inc │ ├── ZTestInterbaseToken.pas │ ├── ZTestMySqlToken.pas │ ├── ZTestOracleToken.pas │ ├── ZTestParseSql.pas │ ├── ZTestPostgreSqlToken.pas │ ├── ZTestScriptParser.pas │ ├── ZTestSqLiteToken.pas │ ├── ZTestSqlAnalyser.pas │ └── ZTestSybaseToken.pas ├── performance │ ├── ZPerformance.inc │ ├── ZTestBdePerformance.pas │ ├── ZTestDatasetPerformance.pas │ ├── ZTestDbcPerformance.pas │ ├── ZTestDbxPerformance.pas │ ├── ZTestIbxPerformance.pas │ ├── ZTestOldZeosPerformance.pas │ ├── ZTestPerformance.pas │ └── ZTestPlainPerformance.pas ├── plain │ └── dummy.txt └── zsql │ ├── frmMain.dfm │ └── frmMain.pas └── zeosbugtemplate ├── bin └── database │ └── TESTDB.FDB ├── img └── zeosbug.ico └── src ├── ZeosBugTemplate.dpr ├── ZeosBugTemplate.dproj ├── ZeosBugTemplate.ico ├── ZeosBugTemplate.lpi ├── ZeosBugTemplate.res ├── uBugTemplate.dfm ├── uBugTemplate.lfm └── uBugTemplate.pas /artwork/Author.txt: -------------------------------------------------------------------------------- 1 | Author workism@yandex.ru 2 | ism on freepascal.ru 3 | 4 | This pictures is free for use -------------------------------------------------------------------------------- /artwork/BmpToXpm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/BmpToXpm.exe -------------------------------------------------------------------------------- /artwork/Make_DCR.bat: -------------------------------------------------------------------------------- 1 | brc32.exe -r -foZComponent.dcr ZComponent.rc -------------------------------------------------------------------------------- /artwork/TZConnection.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZConnection.bmp -------------------------------------------------------------------------------- /artwork/TZConnection.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZConnection.xcf -------------------------------------------------------------------------------- /artwork/TZConnectionGroup.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZConnectionGroup.bmp -------------------------------------------------------------------------------- /artwork/TZConnectionGroup.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZConnectionGroup.xcf -------------------------------------------------------------------------------- /artwork/TZEventListener.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZEventListener.bmp -------------------------------------------------------------------------------- /artwork/TZGroupedConnection.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZGroupedConnection.bmp -------------------------------------------------------------------------------- /artwork/TZGroupedConnection.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZGroupedConnection.xcf -------------------------------------------------------------------------------- /artwork/TZIBEventAlerter.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZIBEventAlerter.bmp -------------------------------------------------------------------------------- /artwork/TZIBEventAlerter.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZIBEventAlerter.xcf -------------------------------------------------------------------------------- /artwork/TZMemTable.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZMemTable.bmp -------------------------------------------------------------------------------- /artwork/TZPgEventAlerter.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZPgEventAlerter.bmp -------------------------------------------------------------------------------- /artwork/TZPgEventAlerter.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZPgEventAlerter.xcf -------------------------------------------------------------------------------- /artwork/TZQuery.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZQuery.bmp -------------------------------------------------------------------------------- /artwork/TZQuery.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZQuery.xcf -------------------------------------------------------------------------------- /artwork/TZReadOnlyQuery.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZReadOnlyQuery.bmp -------------------------------------------------------------------------------- /artwork/TZReadOnlyQuery.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZReadOnlyQuery.xcf -------------------------------------------------------------------------------- /artwork/TZSQLMetadata.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSQLMetadata.xcf -------------------------------------------------------------------------------- /artwork/TZSQLMonitor.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSQLMonitor.xcf -------------------------------------------------------------------------------- /artwork/TZSQLProcessor.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSQLProcessor.xcf -------------------------------------------------------------------------------- /artwork/TZSequence.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSequence.bmp -------------------------------------------------------------------------------- /artwork/TZSequence.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSequence.xcf -------------------------------------------------------------------------------- /artwork/TZSqlMetadata.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSqlMetadata.bmp -------------------------------------------------------------------------------- /artwork/TZSqlMonitor.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSqlMonitor.bmp -------------------------------------------------------------------------------- /artwork/TZSqlProcessor.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZSqlProcessor.bmp -------------------------------------------------------------------------------- /artwork/TZStoredProc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZStoredProc.bmp -------------------------------------------------------------------------------- /artwork/TZStoredProc.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZStoredProc.xcf -------------------------------------------------------------------------------- /artwork/TZTable.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZTable.bmp -------------------------------------------------------------------------------- /artwork/TZTable.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZTable.xcf -------------------------------------------------------------------------------- /artwork/TZTransaction.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZTransaction.bmp -------------------------------------------------------------------------------- /artwork/TZUpdateSQL.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZUpdateSQL.xcf -------------------------------------------------------------------------------- /artwork/TZUpdateSql.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/TZUpdateSql.bmp -------------------------------------------------------------------------------- /artwork/ZeosBanner_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/ZeosBanner_small.png -------------------------------------------------------------------------------- /artwork/ZeosLib.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/ZeosLib.ico -------------------------------------------------------------------------------- /artwork/ZeosLibSplash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/ZeosLibSplash.bmp -------------------------------------------------------------------------------- /artwork/ZeosLogo_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/ZeosLogo_small.gif -------------------------------------------------------------------------------- /artwork/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/favicon.ico -------------------------------------------------------------------------------- /artwork/lazres.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/lazres.exe -------------------------------------------------------------------------------- /artwork/rc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/rc.exe -------------------------------------------------------------------------------- /artwork/sources/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | AdditionalInfoV2=CustomizedDetails,Details_Size,Details_Date,Details_Type,Details_Path 3 | ShowPreview=true 4 | Sorting=6 5 | Timestamp=2012,4,5,23,52,24 6 | Version=2 7 | ViewMode=1 8 | -------------------------------------------------------------------------------- /artwork/sources/150px-Pg_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/150px-Pg_logo.png -------------------------------------------------------------------------------- /artwork/sources/Haettenschweiler Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/Haettenschweiler Regular.ttf -------------------------------------------------------------------------------- /artwork/sources/LogoFirebird.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/LogoFirebird.gif -------------------------------------------------------------------------------- /artwork/sources/Shablons_red_circle.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/Shablons_red_circle.xcf -------------------------------------------------------------------------------- /artwork/sources/Shablons_sql_word.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/Shablons_sql_word.xcf -------------------------------------------------------------------------------- /artwork/sources/Shablons_table.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/Shablons_table.xcf -------------------------------------------------------------------------------- /artwork/sources/TZConnection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/TZConnection.png -------------------------------------------------------------------------------- /artwork/sources/arial8.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/arial8.pfb -------------------------------------------------------------------------------- /artwork/sources/arialbd8.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/arialbd8.pfb -------------------------------------------------------------------------------- /artwork/sources/arialbi8.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/arialbi8.pfb -------------------------------------------------------------------------------- /artwork/sources/ariali8.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/ariali8.pfb -------------------------------------------------------------------------------- /artwork/sources/bell.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/bell.xcf -------------------------------------------------------------------------------- /artwork/sources/cylindre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/cylindre.png -------------------------------------------------------------------------------- /artwork/sources/letter_z.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/letter_z.xcf -------------------------------------------------------------------------------- /artwork/sources/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/sign.png -------------------------------------------------------------------------------- /artwork/sources/stock_bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/artwork/sources/stock_bell.png -------------------------------------------------------------------------------- /build/GENDOC.CMD: -------------------------------------------------------------------------------- 1 | @echo off 2 | set ZEOS_DIR=d:\data\delphi\zeostesting 3 | call docbook_deploy_all 4 | -------------------------------------------------------------------------------- /build/build.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | @cls 3 | @echo Building Zeos DBO Project... 4 | call compileall 5 | call test 6 | 7 | -------------------------------------------------------------------------------- /build/clean.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo. 3 | echo Cleaning package BUILD directory 4 | call ant -q -buildfile clean.xml 5 | -------------------------------------------------------------------------------- /build/compileall.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | call clean 3 | call compilecomps 4 | call compiletests 5 | echo. 6 | -------------------------------------------------------------------------------- /build/compilecomps.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo. 3 | echo Compiling ZEOSDBO Components 4 | call ant -q -buildfile compilecomps.xml 5 | -------------------------------------------------------------------------------- /build/compiletests.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo. 3 | echo Compiling ZEOSDBO Test Applications 4 | call ant -q -buildfile compiletests.xml 5 | -------------------------------------------------------------------------------- /build/release.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | call ant -q -buildfile release.xml 3 | -------------------------------------------------------------------------------- /build/release_svn.cmd: -------------------------------------------------------------------------------- 1 | ant -buildfile release_svn.xml buildTesting 2 | 3 | ant -buildfile release_svn.xml buildTrunk -------------------------------------------------------------------------------- /build/release_svn_testing.cmd: -------------------------------------------------------------------------------- 1 | ant -Drelease.dir="X:/" -Dtemp.dir="X:/TEMP1" -buildfile release_svn.xml buildTesting -------------------------------------------------------------------------------- /build/release_svn_trunk.cmd: -------------------------------------------------------------------------------- 1 | ant -Drelease.dir="X:/" -Dtemp.dir="X:/TEMP1" -buildfile release_svn.xml buildTrunk -------------------------------------------------------------------------------- /build/release_tagged.cmd: -------------------------------------------------------------------------------- 1 | ant -Drelease.dir="X:/" -Dtemp.dir="X:/TEMP1" -buildfile release_svn.xml buildTagged -------------------------------------------------------------------------------- /build/svnClientAdapter.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/build/svnClientAdapter.jar -------------------------------------------------------------------------------- /build/svnant.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/build/svnant.jar -------------------------------------------------------------------------------- /build/svnjavahl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/build/svnjavahl.dll -------------------------------------------------------------------------------- /build/svnjavahl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/build/svnjavahl.jar -------------------------------------------------------------------------------- /build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO ... 3 | call ant -q -buildfile test.xml 4 | -------------------------------------------------------------------------------- /database/create_asa_bugreport.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/database/create_asa_bugreport.sql -------------------------------------------------------------------------------- /database/create_firebird3up_bugreport.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE SF524 2 | ( 3 | ID INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 1) NOT NULL, 4 | DESCRIPTION VARCHAR(60), 5 | PRICE NUMERIC(15,4) DEFAULT 0, 6 | CONSTRAINT PK_SF524 PRIMARY KEY (ID) 7 | ); -------------------------------------------------------------------------------- /database/create_firebird4up.sql: -------------------------------------------------------------------------------- 1 | create table firebird4datatypes ( 2 | id integer not null, 3 | time_with_time_zone TIME WITH TIME ZONE, 4 | timestamp_with_time_zone TIMESTAMP WITH TIME ZONE, 5 | decfloat16 DECFLOAT(16), 6 | decfloat34 DECFLOAT(34), 7 | float30 FLOAT(30), 8 | constraint pk_firebird4datatypes primary key (id) 9 | ); 10 | -------------------------------------------------------------------------------- /database/create_mysql_InnoDB.sql: -------------------------------------------------------------------------------- 1 | alter table cargo 2 | add foreign key (c_dep_id) references department (dep_id); 3 | 4 | alter table equipment2 5 | add foreign key (dep_id) references department (dep_id); 6 | 7 | alter table equipment2 8 | add foreign key (eq_id) references equipment (eq_id); 9 | 10 | alter table people 11 | add foreign key (p_dep_id) references department (dep_id); -------------------------------------------------------------------------------- /database/create_postgresql_9.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: PostgreSql */ 3 | /* DBMS name: PostgreSQL 9 and up */ 4 | /* Created on: 07.03.2018 18:15 */ 5 | /*==============================================================*/ 6 | 7 | /*==============================================================*/ 8 | /* Table : guid_test */ 9 | /*==============================================================*/ 10 | 11 | CREATE TABLE IF NOT EXISTS guid_test( 12 | id integer not null primary key, 13 | guid UUID 14 | ); 15 | 16 | -------------------------------------------------------------------------------- /database/create_sqlite3_bugreport.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Tables for Ticket #386 */ 3 | /*==============================================================*/ 4 | 5 | CREATE TABLE table_ticket_386 ( 6 | id INTEGER PRIMARY KEY AUTOINCREMENT, 7 | Field_1 Varchar(10), 8 | Field_2 Int 9 | ); 10 | -------------------------------------------------------------------------------- /database/drop_asa_bugreport.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/database/drop_asa_bugreport.sql -------------------------------------------------------------------------------- /database/drop_firebird3up_bugreport.sql: -------------------------------------------------------------------------------- 1 | drop table SF524; 2 | -------------------------------------------------------------------------------- /database/drop_firebird4up.sql: -------------------------------------------------------------------------------- 1 | drop table firebird4datatypes; -------------------------------------------------------------------------------- /database/drop_mssql_bugreport.sql: -------------------------------------------------------------------------------- 1 | DROP PROCEDURE proc907497 2 | go 3 | 4 | DROP PROCEDURE proc959307 5 | go 6 | 7 | DROP TABLE table959307 8 | go 9 | 10 | DROP TABLE mantis54 11 | go 12 | 13 | drop table national_char_values 14 | go 15 | 16 | drop table Mantis164 17 | go 18 | 19 | drop table TableTicked306 20 | go -------------------------------------------------------------------------------- /database/drop_oracle_bugreport.sql: -------------------------------------------------------------------------------- 1 | SET TERM ^ ; 2 | BEGIN 3 | FOR rec in (select OBJECT_NAME 4 | from user_objects 5 | where object_type = 'TABLE' 6 | and upper(OBJECT_NAME) in ('TABLE_NUM1','TABLE_TICKET437')) LOOP 7 | execute immediate('DROP TABLE "'||rec.object_name||'"'); 8 | END LOOP; 9 | 10 | FOR rec in (select OBJECT_NAME 11 | from user_objects 12 | where object_type = 'PACKAGE' 13 | and upper(OBJECT_NAME) in ('P_TICKET96')) LOOP 14 | execute immediate('DROP PACKAGE "'||rec.object_name||'"'); 15 | END LOOP; 16 | 17 | END; ^ 18 | 19 | SET TERM ; ^ -------------------------------------------------------------------------------- /database/drop_postgresql_11.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: PostgreSql */ 3 | /* DBMS name: PostgreSQL 11 and up */ 4 | /* Created on: 31.10.2019 04:15 */ 5 | /*==============================================================*/ 6 | 7 | drop procedure if exists "PROC_ABTEST"; 8 | -------------------------------------------------------------------------------- /database/drop_postgresql_83.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: PostgreSql */ 3 | /* DBMS name: PostgreSQL 8.3 */ 4 | /* Created on: 04.02.2003 19:59:06 */ 5 | /*==============================================================*/ 6 | 7 | drop type if exists TEnumTest cascade; 8 | drop table if exists extension; -------------------------------------------------------------------------------- /database/drop_postgresql_9.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: PostgreSql */ 3 | /* DBMS name: PostgreSQL 7 */ 4 | /* Created on: 04.02.2003 19:59:06 */ 5 | /*==============================================================*/ 6 | 7 | drop table if exists guid_test; 8 | -------------------------------------------------------------------------------- /database/drop_postgresql_bugreport_73.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: PostgreSql */ 3 | /* DBMS name: PostgreSQL 7 */ 4 | /* Created on: 04.02.2003 19:59:06 */ 5 | /*==============================================================*/ 6 | 7 | 8 | drop table if exists test815852; 9 | drop table if exists xyz.test824780; 10 | drop table if exists test824780; 11 | drop schema if exists xyz; 12 | 13 | drop domain if exists tinteger; 14 | drop domain if exists tstring; 15 | drop table if exists test1014416; -------------------------------------------------------------------------------- /database/drop_postgresql_bugreport_81.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: PostgreSql */ 3 | /* DBMS name: PostgreSQL 7 */ 4 | /* Created on: 04.02.2003 19:59:06 */ 5 | /*==============================================================*/ 6 | 7 | drop table if exists "RANMeter"; 8 | 9 | 10 | drop table if exists family; 11 | 12 | drop table if exists clients; 13 | 14 | drop domain if exists yesno; 15 | 16 | drop table if exists sf611; -------------------------------------------------------------------------------- /database/drop_sqlite3_bugreport.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: SQLite */ 3 | /* DBMS name: SQLite 3up */ 4 | /* Created on: 05.11.2019 04:28:00 */ 5 | /*==============================================================*/ 6 | 7 | drop table table_ticket_386; 8 | 9 | -------------------------------------------------------------------------------- /database/drop_sybase_bugreport.sql: -------------------------------------------------------------------------------- 1 | /* 2 | DROP PROCEDURE proc907497 3 | go 4 | 5 | DROP PROCEDURE proc959307 6 | go 7 | 8 | DROP TABLE table959307 9 | go 10 | */ 11 | DROP TABLE Mantis54 12 | go 13 | 14 | DROP TABLE mantis54 15 | go 16 | 17 | drop table national_char_values 18 | go 19 | /* 20 | drop table Mantis164 21 | go 22 | */ -------------------------------------------------------------------------------- /database/images/coffee.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/database/images/coffee.bmp -------------------------------------------------------------------------------- /database/images/dogs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/database/images/dogs.jpg -------------------------------------------------------------------------------- /database/images/horse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/database/images/horse.jpg -------------------------------------------------------------------------------- /database/images/zapotec.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/database/images/zapotec.bmp -------------------------------------------------------------------------------- /database/install/install_asa.bat: -------------------------------------------------------------------------------- 1 | set Database=zeoslib 2 | 3 | del /P /F %Database%.db 4 | del /P /F %Database%.log 5 | 6 | dbinit -p 4096 "%Database%" 7 | dbspawn dbeng8 "%Database%" 8 | 9 | dbisql -c "uid=dba;pwd=sql;dbf=%Database%" -nogui -d1 ..\create_asa.sql 10 | dbisql -c "uid=dba;pwd=sql;dbf=%Database%" -nogui -d1 ..\create_asa_bugreport.sql 11 | dbisql -c "uid=dba;pwd=sql;dbf=%Database%" -nogui -d1 ..\populate_any.sql 12 | dbisql -c "uid=dba;pwd=sql;dbf=%Database%" -nogui -d1 ..\populate_asa.sql 13 | 14 | dbstop -c "uid=dba;pwd=sql;dbf=%Database%" -x 15 | -------------------------------------------------------------------------------- /database/install/install_mssql.bat: -------------------------------------------------------------------------------- 1 | set Host=localhost 2 | set Database=zeoslib 3 | set User=sa 4 | set Password= 5 | 6 | osql -D%Database% -U%User% -P%Password% -i ..\create_mssql.sql 7 | osql -D%Database% -U%User% -P%Password% -i ..\populate_any_mssybase.sql 8 | osql -D%Database% -U%User% -P%Password% -i ..\populate_mssql.sql 9 | -------------------------------------------------------------------------------- /database/install/install_postgresql.bat: -------------------------------------------------------------------------------- 1 | set Host=127.0.0.1 2 | set Database=zeoslib 3 | set user=zeos 4 | set Password=zeos 5 | set pg_home=C:\Programme\PostgreSQL\8.1\bin 6 | 7 | %pg_home%\dropdb -h %Host% -U %User% %Database% 8 | %pg_home%\createdb -E LATIN1 -h %Host% -U %User% %Database% 9 | 10 | %pg_home%\psql -h %Host% -U %User% -d %Database% -f ..\create_postgresql.sql 11 | %pg_home%\psql -h %Host% -U %User% -d %Database% -f ..\populate_any.sql 12 | %pg_home%\psql -h %Host% -U %User% -d %Database% -f ..\populate_postgresql_81.sql 13 | %pg_home%\psql -h %Host% -U %User% -d %Database% -f ..\create_postgresql_bugreport.sql 14 | %pg_home%\psql -h %Host% -U %User% -d %Database% -f ..\create_postgresql_bugreport_81.sql 15 | -------------------------------------------------------------------------------- /database/install/install_sqlite.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | 3 | :: Set your values here 4 | set Database=%~dp0%\..\..\build\testenv\zeoslib.db 5 | set SQLite_home=C:\Coding\DB\SQLite 6 | 7 | del %Database% 2> nul 8 | 9 | echo .exit | "%SQLite_home%\sqlite3" -init ..\create_sqlite3.sql "%Database%" || goto :Err 10 | echo .exit | "%SQLite_home%\sqlite3" -init ..\populate_any.sql "%Database%" || goto :Err 11 | 12 | echo Database created and filled successfully 13 | timeout /t 3 14 | goto :EOF 15 | 16 | :Err 17 | pause -------------------------------------------------------------------------------- /database/install/install_sybase.bat: -------------------------------------------------------------------------------- 1 | set Host=localhost 2 | set Database=zeoslib 3 | set User=sa 4 | set Password= 5 | 6 | isql -D%Database% -U%User% -P%Password% -i ..\create_sybase.sql 7 | isql -D%Database% -U%User% -P%Password% -i ..\populate_any_mssybase.sql 8 | isql -D%Database% -U%User% -P%Password% -i ..\populate_sybase.sql 9 | -------------------------------------------------------------------------------- /database/populate_mysql_bugreport.sql: -------------------------------------------------------------------------------- 1 | 2 | insert into TblForumT199899_1 (appliname, pc_name, contents1) values ('aaa.exe', 'desktop1', 'open'); 3 | insert into TblForumT199899_1 (appliname, pc_name, contents1) values ('bbb.exe', 'desktop2', 'open') 4 | /* 5 | insert into ForumT199899_2 (customercode, orderflg, customername) values ('123456', '0', 'smith'); 6 | insert into ForumT199899_2 (customercode, orderflg, customername) values ('222222', '1', 'brown'); 7 | */ -------------------------------------------------------------------------------- /database/populate_postgresql_9.sql: -------------------------------------------------------------------------------- 1 | /*==============================================================*/ 2 | /* Database name: zeoslib */ 3 | /* DBMS name: PostgreSQL */ 4 | /* Created on: 28.12.2002 20:27:07 */ 5 | /*==============================================================*/ 6 | 7 | INSERT INTO guid_test (id, guid) VALUES(1, '{BAD51CFF-F21F-40E8-A9EA-838977A681BE}'); -------------------------------------------------------------------------------- /developer_diary/ASA/mdaems.txt: -------------------------------------------------------------------------------- 1 | 20080310 : Invalid argument to time encode - by Stressman - See Mantis Bug 94 2 | 3 | 20080316 : Added possibility to connect using TCP/IP - by Stressman - See Mantis Bug 95 -------------------------------------------------------------------------------- /developer_diary/common/firmos.txt: -------------------------------------------------------------------------------- 1 | 13032006 - Removed Rangecheck Directive (all files) (FPC 2.0.2 is buggy) 2 | 07112006 - Added RefreshCurrentRow Method in conjunction with UpdateObject to make it possible to 3 | refresh only one Row -------------------------------------------------------------------------------- /developer_diary/common/gto.txt: -------------------------------------------------------------------------------- 1 | 20081008: Make core layer unicode/D2009 compatible 2 | 3 | 20081121: Make plain/dbc/component layers unicode/D2009 compatible -------------------------------------------------------------------------------- /developer_diary/common/mdaems.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/developer_diary/common/mdaems.txt -------------------------------------------------------------------------------- /developer_diary/common/mseeger.txt: -------------------------------------------------------------------------------- 1 | 20061030 : Added Sqlite (2.8.16) driver dll's (only Windows) 2 | 3 | 20081123 : Updated ZUpdateSqlEditor.lrs to be compatible with the newest Lazarus release -------------------------------------------------------------------------------- /developer_diary/mysql/firmos.txt: -------------------------------------------------------------------------------- 1 | 27.02.2006 2 | Copied Mysql5 Plain Driver and integrated it. 3 | Done some basic tests - working... 4 | 5 | 26032006 6 | MySQL Ping Commando added 7 | 8 | 02042006 MDAEMS Mysql MetaData Patch Temporary Tables 9 | 10 | 14082006 11 | Patched MyQSL Plain Driver / MYSQL Structur should not be used anymore ... incompatibilities 12 | are always possible - New Function ResultsetExists ... 13 | -------------------------------------------------------------------------------- /developer_diary/mysql/ideas_mdaems.txt: -------------------------------------------------------------------------------- 1 | Some ideas for this or next release 2 | 3 | - Can't we check which DLL we are using when the user decides to chose the generic 'mysql' protocol. Just open the DLL and get the library version and then swap to the right protocol. -------------------------------------------------------------------------------- /developer_diary/sybase/mdaems.txt: -------------------------------------------------------------------------------- 1 | 20080212 : Wrong clearing of allocated data for SQLDA - by Stressman - Mantis Bug 93 -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/1.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/10.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/11.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/12.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/13.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/14.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/15.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/15.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/2.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/3.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/4.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/5.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/6.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/7.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/8.PNG -------------------------------------------------------------------------------- /documentation/articles/buildingtests/images/callouts/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/buildingtests/images/callouts/9.PNG -------------------------------------------------------------------------------- /documentation/articles/overview/images/Overview001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/overview/images/Overview001.gif -------------------------------------------------------------------------------- /documentation/articles/overview/images/Overview002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/overview/images/Overview002.gif -------------------------------------------------------------------------------- /documentation/articles/overview/images/Overview003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/articles/overview/images/Overview003.gif -------------------------------------------------------------------------------- /documentation/development/bugfixing/REPORTS/1035896.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/bugfixing/REPORTS/1035896.TXT -------------------------------------------------------------------------------- /documentation/development/bugfixing/REPORTS/1076975.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/bugfixing/REPORTS/1076975.TXT -------------------------------------------------------------------------------- /documentation/development/bugfixing/REPORTS/1124098.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/bugfixing/REPORTS/1124098.TXT -------------------------------------------------------------------------------- /documentation/development/bugfixing/REPORTS/1126163.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/bugfixing/REPORTS/1126163.TXT -------------------------------------------------------------------------------- /documentation/development/bugfixing/REPORTS/1213274.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/bugfixing/REPORTS/1213274.TXT -------------------------------------------------------------------------------- /documentation/development/bugfixing/REPORTS/BugReports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/bugfixing/REPORTS/BugReports.txt -------------------------------------------------------------------------------- /documentation/development/newfeatures/reports/1100120.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/development/newfeatures/reports/1100120.TXT -------------------------------------------------------------------------------- /documentation/doxygen_build.bat: -------------------------------------------------------------------------------- 1 | type doxyfile windows_extra|doxygen - -------------------------------------------------------------------------------- /documentation/doxygen_build.sh: -------------------------------------------------------------------------------- 1 | cat doxyfile linux_extra|doxygen - -------------------------------------------------------------------------------- /documentation/eDE_patches/DocBook/bin/HtmlAsText.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/eDE_patches/DocBook/bin/HtmlAsText.exe -------------------------------------------------------------------------------- /documentation/eDE_patches/DocBook/bin/textconvert_template.cfg: -------------------------------------------------------------------------------- 1 | [Config] 2 | OpenInNotepad=0 3 | CharsPerLine=75 4 | SkipTitleText=1 5 | AddLineUnderHeader=1 6 | SkipTableHeaderText=0 7 | TableCellDelimit=1 8 | HeadingLineChars======= 9 | HorRuleChar== 10 | ListChars=*o-@# 11 | ConvertMode=1 12 | AllowCenterText=1 13 | AllowRightText=0 14 | DLSpc=8 15 | LinksDisplayFormat=%T 16 | EncloseBoldCharsStart=* 17 | EncloseBoldCharsEnd=* 18 | EncloseBold=1 19 | -------------------------------------------------------------------------------- /documentation/eDE_patches/DocBook/dtd/docbook_article.bdf: -------------------------------------------------------------------------------- 1 | #Blog Definition File# 2 | 3 | [*ArticleInfo] 4 | ArticleTitle 5 | 6 | [*AuthorList] 7 | 8 | [Authordata] 9 | AuthorFirstname 10 | AuthorSurname 11 | AuthorEmail 12 | 13 | [Author] 14 | AuthorFirstname 15 | AuthorSurname 16 | AuthorEmail 17 | 18 | [Section] 19 | SectionID 20 | SectionTitle 21 | Content 22 | 23 | [*Section] 24 | SectionID 25 | SectionTitle 26 | 27 | [Paragraph] 28 | Content 29 | 30 | [FlexParagraph] 31 | FlexParagraphContent 32 | -------------------------------------------------------------------------------- /documentation/eDE_patches/DocBook/stylesheet/custom_configuration.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo\ 3 | 4 | if '%ZEOS_DIR%'=='' goto nozeosdir 5 | set docbook_document_repository=%ZEOS_DIR%\documentation\articles 6 | set docbook_document_output=%ZEOS_DIR%\documentation\articles_generated\output 7 | set docbook_document_deploy=%ZEOS_DIR%\documentation\articles_generated\deploy 8 | set docbook_editor="C:\Program Files\XML Copy Editor\xmlcopyeditor.exe" 9 | set docbook_html_viewer="%ProgramFiles%\Mozilla Firefox\firefox.exe" 10 | 11 | goto end 12 | 13 | :nozeosdir 14 | echo no ZEOS_DIR environment variable 15 | 16 | :end 17 | echo document dirs set to %ZEOS_DIR% -------------------------------------------------------------------------------- /documentation/eDE_patches/DocBook/stylesheet/e-novative.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/eDE_patches/DocBook/stylesheet/e-novative.xsl -------------------------------------------------------------------------------- /documentation/fundamentals/Fundamentals of Software Testing.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/fundamentals/Fundamentals of Software Testing.doc -------------------------------------------------------------------------------- /documentation/fundamentals/ZeosLib - Getting Started.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/fundamentals/ZeosLib - Getting Started.doc -------------------------------------------------------------------------------- /documentation/fundamentals/ZeosLib - Organization and Structure.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/fundamentals/ZeosLib - Organization and Structure.doc -------------------------------------------------------------------------------- /documentation/fundamentals/ZeosLib BTE.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/fundamentals/ZeosLib BTE.doc -------------------------------------------------------------------------------- /documentation/howto/Implementing A New Database.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/howto/Implementing A New Database.odt -------------------------------------------------------------------------------- /documentation/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/images/banner.jpg -------------------------------------------------------------------------------- /documentation/images/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/images/banner2.jpg -------------------------------------------------------------------------------- /documentation/images/zeos_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/images/zeos_logo.gif -------------------------------------------------------------------------------- /documentation/linux_extra: -------------------------------------------------------------------------------- 1 | INPUT_FILTER = 'pas2dox -j' -------------------------------------------------------------------------------- /documentation/logs/performance/test-250703.txt: -------------------------------------------------------------------------------- 1 | Performance Test 25/07/03 (6.0.12) 2 | ================================= 3 | 4 | Test was performed in the next conditions: 5 | 6 | Hardware: Intel Pentium IV 2.4GHz /512Mb 7 | OS: Windows 2000 8 | SQL Server: MySQL 4.0 Max 9 | SQL Server Protocol: MySQL 3.23 10 | Table: high_load 11 | Record Count: 10000 12 | Compiler: Delphi 6 13 | 14 | API,CONNECT,OPEN,FETCH,UPDATE,DIRECT-UPDATE 15 | PLAIN,100,100,100,100,100 16 | DBC,40,93,135.5,228,100 17 | DBC-CACHED,20,101,182,280,101 18 | DATASET,40,101,161,306,134 19 | -------------------------------------------------------------------------------- /documentation/tex/BTE/CygwinSetup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/BTE/CygwinSetup.png -------------------------------------------------------------------------------- /documentation/tex/BTE/Together1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/BTE/Together1.png -------------------------------------------------------------------------------- /documentation/tex/BTE/Together2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/BTE/Together2.png -------------------------------------------------------------------------------- /documentation/tex/BTE/XmlSpy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/BTE/XmlSpy1.png -------------------------------------------------------------------------------- /documentation/tex/BTE/XmlSpy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/BTE/XmlSpy2.png -------------------------------------------------------------------------------- /documentation/tex/Reference/autocommit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/Reference/autocommit.png -------------------------------------------------------------------------------- /documentation/tex/ZeosDocumentationCollection.tcp: -------------------------------------------------------------------------------- 1 | [FormatInfo] 2 | Type=TeXnicCenterProjectInformation 3 | Version=4 4 | 5 | [ProjectInfo] 6 | MainFile=ZeosDocumentationCollection.tex 7 | UseBibTeX=0 8 | UseMakeIndex=0 9 | ActiveProfile=LaTeX ⇨ PDF 10 | ProjectLanguage=en 11 | ProjectDialect=US 12 | 13 | -------------------------------------------------------------------------------- /documentation/tex/ZeosTutorial/EasyQuery_ProjectOptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/ZeosTutorial/EasyQuery_ProjectOptions.png -------------------------------------------------------------------------------- /documentation/tex/ZeosTutorial/dbgrid1_columns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/ZeosTutorial/dbgrid1_columns.png -------------------------------------------------------------------------------- /documentation/tex/ZeosTutorial/dmEasyQuery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/ZeosTutorial/dmEasyQuery.png -------------------------------------------------------------------------------- /documentation/tex/ZeosTutorial/dmEasyQuery_updCustomer_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/ZeosTutorial/dmEasyQuery_updCustomer_options.png -------------------------------------------------------------------------------- /documentation/tex/ZeosTutorial/dmEasyQuery_updCustomer_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/ZeosTutorial/dmEasyQuery_updCustomer_sql.png -------------------------------------------------------------------------------- /documentation/tex/ZeosTutorial/frmEasyQuery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/documentation/tex/ZeosTutorial/frmEasyQuery.png -------------------------------------------------------------------------------- /documentation/tex/readme.txt: -------------------------------------------------------------------------------- 1 | This is an effort to start a documentation for Zeos by collecting 2 | various documentation files from various sources and putting them 3 | in one big Zeos Manual. -------------------------------------------------------------------------------- /documentation/windows_extra: -------------------------------------------------------------------------------- 1 | INPUT_FILTER = "pas2dox -j" -------------------------------------------------------------------------------- /examples/android and firebird embedded/Project1.dpr: -------------------------------------------------------------------------------- 1 | program Project1; 2 | 3 | uses 4 | System.StartUpCopy, 5 | FMX.Forms, 6 | Unit1 in 'Unit1.pas' {Form1}; 7 | 8 | {$R *.res} 9 | 10 | begin 11 | Application.Initialize; 12 | Application.CreateForm(TForm1, Form1); 13 | Application.Run; 14 | end. 15 | -------------------------------------------------------------------------------- /examples/android and firebird embedded/Project1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/android and firebird embedded/Project1.res -------------------------------------------------------------------------------- /examples/android and firebird embedded/README.txt: -------------------------------------------------------------------------------- 1 | This is a sample project demonstrating how to use Firebird 4.0 with Zeos on Android 64 Bits. 2 | 3 | Getting started: 4 | - Unpack the Firebird ARM64 files into the firebird folder. 5 | - Grab a firebird.msg file from another distribution because it isn't generated automatically. 6 | - Reset the libaries to system default if necessary. 7 | 8 | The project was tested with Firebird 4.0. For other versions you might have to do some changes. 9 | 10 | For an explanation see https://sourceforge.net/p/zeoslib/wiki/How%20to%20use%20Firebird%204.0%20RC1%20with%20Zeos%20on%20Android/ -------------------------------------------------------------------------------- /examples/android and sqlite/Project1.dpr: -------------------------------------------------------------------------------- 1 | program Project1; 2 | 3 | uses 4 | System.StartUpCopy, 5 | FMX.Forms, 6 | Unit1 in 'Unit1.pas' {Form1}; 7 | 8 | {$R *.res} 9 | 10 | begin 11 | Application.Initialize; 12 | Application.CreateForm(TForm1, Form1); 13 | Application.Run; 14 | end. 15 | -------------------------------------------------------------------------------- /examples/android and sqlite/Project1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/android and sqlite/Project1.res -------------------------------------------------------------------------------- /examples/android and sqlite/README.txt: -------------------------------------------------------------------------------- 1 | This is a sample project demonstrating how to use Firebird 4.0 with Zeos on Android 64 Bits. 2 | 3 | Getting started: 4 | - Download the current SQLite for Android file. It should be named sqlite-android-XXXXXXX.aar, where XXXXXXX is the version number. 5 | - Add the zip extension to the file name. 6 | - unpack the libsqliteX.so file from the jni\arm64-v8a folder in the zip file and place it in the sqlite directory. 7 | - Reset the libaries of the project to system default if necessary. 8 | 9 | The project was tested with SQLite 3.45.0. 10 | 11 | For a short explanation see https://sourceforge.net/p/zeoslib/wiki/How%20to%20use%20SQLite%20with%20Zeos%20on%20Android/ -------------------------------------------------------------------------------- /examples/blobs/ZBlobs.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q- 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W- 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -LE"C:\Dokumente und Einstellungen\Seeger\Eigene Dateien\Borland Studio-Projekte\Bpl" 35 | -LN"C:\Dokumente und Einstellungen\Seeger\Eigene Dateien\Borland Studio-Projekte\Bpl" 36 | -w-UNSAFE_TYPE 37 | -w-UNSAFE_CODE 38 | -w-UNSAFE_CAST 39 | -------------------------------------------------------------------------------- /examples/blobs/ZBlobs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/blobs/ZBlobs.res -------------------------------------------------------------------------------- /examples/controls/ZControlsExample.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q- 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W- 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -LE"V:\Delphi_Libs\D10_Bpl" 35 | -LN"V:\Delphi_Libs\D10_Dcp" 36 | -w-UNSAFE_TYPE 37 | -w-UNSAFE_CODE 38 | -w-UNSAFE_CAST 39 | -------------------------------------------------------------------------------- /examples/controls/ZControlsExample.dpr: -------------------------------------------------------------------------------- 1 | program ZControlsExample; 2 | 3 | uses 4 | Forms, 5 | main in 'main.pas' {MainForm}; 6 | 7 | {$R *.res} 8 | 9 | begin 10 | Application.Initialize; 11 | Application.CreateForm(TMainForm, MainForm); 12 | Application.Run; 13 | end. 14 | -------------------------------------------------------------------------------- /examples/controls/ZControlsExample.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/controls/ZControlsExample.res -------------------------------------------------------------------------------- /examples/dbc/DbcDemo.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q- 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W- 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -LE"c:\program files\borland\delphi6\Projects\Bpl" 35 | -LN"c:\program files\borland\delphi6\Projects\Bpl" 36 | -------------------------------------------------------------------------------- /examples/dbc/DbcDemo.dpr: -------------------------------------------------------------------------------- 1 | program DbcDemo; 2 | 3 | uses 4 | Forms, 5 | DbcDemoMain in 'DbcDemoMain.pas' {frmDBCDemo}; 6 | 7 | {$R *.res} 8 | 9 | begin 10 | Application.Initialize; 11 | Application.CreateForm(TfrmDBCDemo, frmDBCDemo); 12 | Application.Run; 13 | end. 14 | -------------------------------------------------------------------------------- /examples/dbc/DbcDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/dbc/DbcDemo.res -------------------------------------------------------------------------------- /examples/design/ZDesignTime.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q- 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W- 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -------------------------------------------------------------------------------- /examples/design/ZDesignTime.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/design/ZDesignTime.res -------------------------------------------------------------------------------- /examples/embedded/Embedded.dpr: -------------------------------------------------------------------------------- 1 | program Embedded; 2 | 3 | uses 4 | {$IFDEF LINUX} 5 | QForms, 6 | {$ELSE} 7 | Forms, 8 | {$ENDIF} 9 | Main in 'Main.pas' {fmMain}; 10 | 11 | {$R *.res} 12 | 13 | begin 14 | Application.Initialize; 15 | Application.CreateForm(TfmMain, fmMain); 16 | Application.Run; 17 | end. 18 | -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone.MYD -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone.MYI -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone.frm -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_leap_second.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_leap_second.MYD -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_leap_second.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_leap_second.MYI -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_leap_second.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_leap_second.frm -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_name.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_name.MYD -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_name.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_name.MYI -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_name.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_name.frm -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_transition.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_transition.MYD -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_transition.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_transition.MYI -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_transition.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_transition.frm -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_transition_type.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_transition_type.MYD -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_transition_type.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_transition_type.MYI -------------------------------------------------------------------------------- /examples/embedded/data/mysql/time_zone_transition_type.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/mysql/time_zone_transition_type.frm -------------------------------------------------------------------------------- /examples/embedded/data/zeoslib/people.MYD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/zeoslib/people.MYD -------------------------------------------------------------------------------- /examples/embedded/data/zeoslib/people.MYI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/zeoslib/people.MYI -------------------------------------------------------------------------------- /examples/embedded/data/zeoslib/people.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/data/zeoslib/people.frm -------------------------------------------------------------------------------- /examples/embedded/share/english/errmsg.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/embedded/share/english/errmsg.sys -------------------------------------------------------------------------------- /examples/interbase.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/interbase.sql -------------------------------------------------------------------------------- /examples/msqsql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/msqsql.sql -------------------------------------------------------------------------------- /examples/mysql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/mysql.sql -------------------------------------------------------------------------------- /examples/postgresql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/postgresql.sql -------------------------------------------------------------------------------- /examples/simple/ZSimple.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q- 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W- 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -vn 29 | -vr 30 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 31 | -H+ 32 | -W+ 33 | -M 34 | -$M16384,1048576 35 | -K$00400000 36 | -LE"V:\Delphi_Libs\D10_Bpl" 37 | -LN"V:\Delphi_Libs\D10_Dcp" 38 | -w-UNSAFE_TYPE 39 | -w-UNSAFE_CODE 40 | -w-UNSAFE_CAST 41 | -------------------------------------------------------------------------------- /examples/simple/ZSimple.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/examples/simple/ZSimple.res -------------------------------------------------------------------------------- /lib/firebird/FirebirdPasToZPlainFirebirdDriverPas.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/FirebirdPasToZPlainFirebirdDriverPas.dpr -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/fbclient15.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/fbclient15.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/fbclientd15.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/fbclientd15.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/firebird.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/firebird.conf -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/firebird.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/firebird.msg -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/ib_util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/ib_util.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/intl/fbintl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/intl/fbintl.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/udf/fbudf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/udf/fbudf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/1.5.3.4870/udf/ib_udf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/1.5.3.4870/udf/ib_udf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/aliases.conf: -------------------------------------------------------------------------------- 1 | # 2 | # List of known database aliases 3 | # ------------------------------ 4 | # 5 | # Examples: 6 | # 7 | # dummy = c:\data\dummy.fdb 8 | # 9 | -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/fbclient20.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/fbclient20.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/fbclientd20.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/fbclientd20.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/firebird.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/firebird.msg -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/ib_util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/ib_util.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/icudt30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/icudt30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/icuin30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/icuin30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/icuuc30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/icuuc30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/intl/fbintl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/intl/fbintl.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/udf/fbudf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/udf/fbudf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.0.0.12710/udf/ib_udf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.0.0.12710/udf/ib_udf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/aliases.conf: -------------------------------------------------------------------------------- 1 | # 2 | # List of known database aliases 3 | # ------------------------------ 4 | # 5 | # Examples: 6 | # 7 | # dummy = c:\data\dummy.fdb 8 | # 9 | -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/fbclient21.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/fbclient21.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/fbclientd21.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/fbclientd21.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/firebird.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/firebird.msg -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/ib_util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/ib_util.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/icudt30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/icudt30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/icuin30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/icuin30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/icuuc30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/icuuc30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/intl/fbintl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/intl/fbintl.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/udf/fbudf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/udf/fbudf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.1.1.17910/udf/ib_udf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.1.1.17910/udf/ib_udf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/Microsoft.VC80.CRT.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/aliases.conf: -------------------------------------------------------------------------------- 1 | # 2 | # List of known database aliases 3 | # ------------------------------ 4 | # 5 | # Examples: 6 | # 7 | # dummy = c:\data\dummy.fdb 8 | # 9 | -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/fbclient25.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/fbclient25.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/fbclientd25.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/fbclientd25.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/firebird.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/firebird.msg -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/ib_util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/ib_util.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/icudt30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/icudt30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/icuin30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/icuin30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/icuuc30.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/icuuc30.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/intl/fbintl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/intl/fbintl.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/msvcp80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/msvcp80.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/msvcr80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/msvcr80.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/udf/fbudf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/udf/fbudf.dll -------------------------------------------------------------------------------- /lib/firebird/windows/32bit/2.5.0.26054/udf/ib_udf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/firebird/windows/32bit/2.5.0.26054/udf/ib_udf.dll -------------------------------------------------------------------------------- /lib/freetds/32 Bits/sybdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/freetds/32 Bits/sybdb.dll -------------------------------------------------------------------------------- /lib/freetds/32 bits + iconv/sybdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/freetds/32 bits + iconv/sybdb.dll -------------------------------------------------------------------------------- /lib/freetds/64 bits/sybdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/freetds/64 bits/sybdb.dll -------------------------------------------------------------------------------- /lib/freetds/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/freetds/readme.txt -------------------------------------------------------------------------------- /lib/mysql/mariadb_client-1.0.0-win32.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/mysql/mariadb_client-1.0.0-win32.zip -------------------------------------------------------------------------------- /lib/mysql/mariadb_client-1.0.0-win64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/mysql/mariadb_client-1.0.0-win64.zip -------------------------------------------------------------------------------- /lib/postgresql/Postgres12/Win32/libpq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/postgresql/Postgres12/Win32/libpq.dll -------------------------------------------------------------------------------- /lib/postgresql/libpq73.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/postgresql/libpq73.dll -------------------------------------------------------------------------------- /lib/postgresql/libpq74.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/postgresql/libpq74.dll -------------------------------------------------------------------------------- /lib/postgresql/libpq80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/postgresql/libpq80.dll -------------------------------------------------------------------------------- /lib/postgresql/libpq81.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/postgresql/libpq81.dll -------------------------------------------------------------------------------- /lib/sqlite/Win32/info.txt: -------------------------------------------------------------------------------- 1 | SQLite3, Version 3.8.7.0 2 | downloaded on: 3 | https://www.autoitscript.com/autoit3/files/beta/autoit/archive/sqlite/ -------------------------------------------------------------------------------- /lib/sqlite/Win32/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/sqlite/Win32/sqlite3.dll -------------------------------------------------------------------------------- /lib/sqlite/Win64/info.txt: -------------------------------------------------------------------------------- 1 | SQLite3, Version 3.8.7.0 2 | downloaded on: 3 | https://www.autoitscript.com/autoit3/files/beta/autoit/archive/sqlite/ -------------------------------------------------------------------------------- /lib/sqlite/Win64/sqlite3-64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/sqlite/Win64/sqlite3-64.dll -------------------------------------------------------------------------------- /lib/sqlite/sqlite-3.3.8.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/lib/sqlite/sqlite-3.3.8.so -------------------------------------------------------------------------------- /packages/Delphi11/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZComponent.res -------------------------------------------------------------------------------- /packages/Delphi11/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/Delphi11/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi11/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi11/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZCore.res -------------------------------------------------------------------------------- /packages/Delphi11/ZCore.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=1 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=119209 6 | OtherSecs=485 7 | StartTime=23.11.2018 16:42:48 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/Delphi11/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZDbc.res -------------------------------------------------------------------------------- /packages/Delphi11/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi11/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/Delphi11/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZParseSql.res -------------------------------------------------------------------------------- /packages/Delphi11/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/Delphi11/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZPlain.res -------------------------------------------------------------------------------- /packages/Delphi11/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi11/ZTestAll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi11/ZTestAll.res -------------------------------------------------------------------------------- /packages/Delphi11/ZTestAll.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=10 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=4688 6 | OtherSecs=6 7 | StartTime=23.11.2018 17:27:49 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/Delphi12/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZComponent.res -------------------------------------------------------------------------------- /packages/Delphi12/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/Delphi12/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi12/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi12/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZCore.res -------------------------------------------------------------------------------- /packages/Delphi12/ZCore.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=1 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=119209 6 | OtherSecs=485 7 | StartTime=23.11.2018 16:42:48 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/Delphi12/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZDbc.res -------------------------------------------------------------------------------- /packages/Delphi12/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi12/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/Delphi12/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZParseSql.res -------------------------------------------------------------------------------- /packages/Delphi12/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/Delphi12/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZPlain.res -------------------------------------------------------------------------------- /packages/Delphi12/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/Delphi12/ZTestAll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi12/ZTestAll.res -------------------------------------------------------------------------------- /packages/Delphi12/ZTestAll.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=10 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=4688 6 | OtherSecs=6 7 | StartTime=23.11.2018 17:27:49 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/Delphi2005/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2005/ZComponent.res -------------------------------------------------------------------------------- /packages/Delphi2005/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2005/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/Delphi2005/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2005/ZCore.res -------------------------------------------------------------------------------- /packages/Delphi2005/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2005/ZDbc.res -------------------------------------------------------------------------------- /packages/Delphi2005/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/Delphi2005/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2005/ZParseSql.res -------------------------------------------------------------------------------- /packages/Delphi2005/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2005/ZPlain.res -------------------------------------------------------------------------------- /packages/Delphi2005/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO Delphi2005... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/Delphi2007/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZComponent.res -------------------------------------------------------------------------------- /packages/Delphi2007/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/Delphi2007/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZCore.res -------------------------------------------------------------------------------- /packages/Delphi2007/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZDbc.res -------------------------------------------------------------------------------- /packages/Delphi2007/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/Delphi2007/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZParseSql.res -------------------------------------------------------------------------------- /packages/Delphi2007/ZPlain.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZPlain.drc -------------------------------------------------------------------------------- /packages/Delphi2007/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2007/ZPlain.res -------------------------------------------------------------------------------- /packages/Delphi2007/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO Delphi2007... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/Delphi2009/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2009/ZComponent.res -------------------------------------------------------------------------------- /packages/Delphi2009/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2009/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/Delphi2009/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2009/ZCore.res -------------------------------------------------------------------------------- /packages/Delphi2009/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2009/ZDbc.res -------------------------------------------------------------------------------- /packages/Delphi2009/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/Delphi2009/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2009/ZParseSql.res -------------------------------------------------------------------------------- /packages/Delphi2009/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2009/ZPlain.res -------------------------------------------------------------------------------- /packages/Delphi2009/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO Delphi2009... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/Delphi2010/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2010/ZComponent.res -------------------------------------------------------------------------------- /packages/Delphi2010/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2010/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/Delphi2010/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2010/ZCore.res -------------------------------------------------------------------------------- /packages/Delphi2010/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2010/ZDbc.res -------------------------------------------------------------------------------- /packages/Delphi2010/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/Delphi2010/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2010/ZParseSql.res -------------------------------------------------------------------------------- /packages/Delphi2010/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/Delphi2010/ZPlain.res -------------------------------------------------------------------------------- /packages/Delphi2010/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO Delphi2010... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/DelphiXE/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE/ZTestSql.dpr: -------------------------------------------------------------------------------- 1 | program ZTestSql; 2 | 3 | {$APPTYPE CONSOLE} 4 | 5 | uses 6 | Forms, 7 | frmMain in '..\..\test\zsql\frmMain.pas' {MainForm}, 8 | ZTestConfig in '..\..\test\framework\ZTestConfig.pas'; 9 | 10 | {$R *.res} 11 | 12 | begin 13 | Application.Initialize; 14 | Application.MainFormOnTaskbar := True; 15 | Application.CreateForm(TMainForm, MainForm); 16 | Application.Run; 17 | end. 18 | -------------------------------------------------------------------------------- /packages/DelphiXE/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO DelphiXE... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE10.1/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.1/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.2/ZTestAll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.2/ZTestAll.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZCore.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=1 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=119209 6 | OtherSecs=485 7 | StartTime=23.11.2018 16:42:48 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZTestAll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.3/ZTestAll.res -------------------------------------------------------------------------------- /packages/DelphiXE10.3/ZTestAll.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=10 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=4688 6 | OtherSecs=6 7 | StartTime=23.11.2018 17:27:49 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZCore.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=1 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=119209 6 | OtherSecs=485 7 | StartTime=23.11.2018 16:42:48 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZTestAll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10.4/ZTestAll.res -------------------------------------------------------------------------------- /packages/DelphiXE10.4/ZTestAll.stat: -------------------------------------------------------------------------------- 1 | [Stats] 2 | EditorSecs=10 3 | DesignerSecs=1 4 | InspectorSecs=1 5 | CompileSecs=4688 6 | OtherSecs=6 7 | StartTime=23.11.2018 17:27:49 8 | RealKeys=0 9 | EffectiveKeys=0 10 | DebugSecs=1 11 | -------------------------------------------------------------------------------- /packages/DelphiXE10/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE10/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE10/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE10/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE10/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE10/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE10/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE10/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE10/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE10/ZTestAll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE10/ZTestAll.res -------------------------------------------------------------------------------- /packages/DelphiXE2/Build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO DelphiXE2... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/DelphiXE2/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE2/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE2/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE2/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE2/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE2/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE2/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE2/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE2/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE2/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE2/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE2/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE2/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE3/Build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO DelphiXE3... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/DelphiXE3/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE3/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE3/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE3/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE3/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE3/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE3/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE3/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE3/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE3/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE3/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE3/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE4/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE4/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE4/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE4/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE4/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE4/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE4/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE4/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE4/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE4/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE4/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE4/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE4/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE5/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE5/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE5/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE5/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE5/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE5/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE5/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE5/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE5/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE5/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE6/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE6/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE6/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE6/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE6/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE6/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE6/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE6/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE6/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE6/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE7/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE7/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE7/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE7/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE7/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE7/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE7/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE7/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE7/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE7/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE7/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE7/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE7/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE8/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZComponent.res -------------------------------------------------------------------------------- /packages/DelphiXE8/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/DelphiXE8/ZComponentDesign_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZComponentDesign_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE8/ZComponent_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZComponent_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE8/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZCore.res -------------------------------------------------------------------------------- /packages/DelphiXE8/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZDbc.res -------------------------------------------------------------------------------- /packages/DelphiXE8/ZDbc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZDbc_Icon.ico -------------------------------------------------------------------------------- /packages/DelphiXE8/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/DelphiXE8/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZParseSql.res -------------------------------------------------------------------------------- /packages/DelphiXE8/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER210 2 | Generated by the CodeGear Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.res */ 16 | /* C:\Documents and Settings\All Users\Desktop\ZEOSLIB_TESTING_REV679\packages\delphi14\ZPlain.drf */ 17 | -------------------------------------------------------------------------------- /packages/DelphiXE8/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZPlain.res -------------------------------------------------------------------------------- /packages/DelphiXE8/ZPlain_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/DelphiXE8/ZPlain_Icon.ico -------------------------------------------------------------------------------- /packages/cbuilder12/ZComponent.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #pragma hdrstop 5 | #pragma package(smart_init) 6 | //--------------------------------------------------------------------------- 7 | 8 | // Package source. 9 | //--------------------------------------------------------------------------- 10 | 11 | #pragma argsused 12 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) 13 | { 14 | return 1; 15 | } 16 | //--------------------------------------------------------------------------- 17 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZComponent.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZCore.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | #include 3 | #pragma hdrstop 4 | #pragma package(smart_init) 5 | //--------------------------------------------------------------------------- 6 | // Package source. 7 | //--------------------------------------------------------------------------- 8 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) 9 | { 10 | return 1; 11 | } 12 | //--------------------------------------------------------------------------- 13 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZCore.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZDbc.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #pragma hdrstop 5 | #pragma package(smart_init) 6 | //--------------------------------------------------------------------------- 7 | 8 | // Package source. 9 | //--------------------------------------------------------------------------- 10 | 11 | #pragma argsused 12 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) 13 | { 14 | return 1; 15 | } 16 | //--------------------------------------------------------------------------- 17 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZDbc.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZParseSql.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #pragma hdrstop 5 | #pragma package(smart_init) 6 | //--------------------------------------------------------------------------- 7 | 8 | // Package source. 9 | //--------------------------------------------------------------------------- 10 | 11 | #pragma argsused 12 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) 13 | { 14 | return 1; 15 | } 16 | //--------------------------------------------------------------------------- 17 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZParseSql.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZPlain.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | 4 | 5 | #include 6 | 7 | #pragma hdrstop 8 | 9 | #pragma package(smart_init) 10 | 11 | //--------------------------------------------------------------------------- 12 | 13 | 14 | 15 | // Package source. 16 | 17 | //--------------------------------------------------------------------------- 18 | 19 | 20 | 21 | #pragma argsused 22 | 23 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) 24 | 25 | { 26 | 27 | return 1; 28 | 29 | } 30 | 31 | //--------------------------------------------------------------------------- 32 | 33 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZPlain.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestBugReport.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #include 5 | #pragma hdrstop 6 | 7 | //--------------------------------------------------------------------------- 8 | 9 | #pragma argsused 10 | int main(int argc, char* argv[]) 11 | { 12 | Texttestrunner::RunRegisteredTests(rxbContinue); 13 | return 0; 14 | } 15 | //--------------------------------------------------------------------------- 16 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestComponentAll.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #include 5 | #pragma hdrstop 6 | 7 | //--------------------------------------------------------------------------- 8 | 9 | #pragma argsused 10 | int main(int argc, char* argv[]) 11 | { 12 | Texttestrunner::RunRegisteredTests(rxbContinue); 13 | return 0; 14 | } 15 | //--------------------------------------------------------------------------- 16 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestCoreAll.bpf: -------------------------------------------------------------------------------- 1 | USEUNIT("ZTestCoreAll.cpp"); 2 | USEUNIT("..\..\test\external\TestFrameWork.pas"); 3 | USEUNIT("..\..\test\external\TextTestRunner.pas"); 4 | USEUNIT("..\..\test\core\ZTestSysUtils.pas"); 5 | USEUNIT("..\..\test\core\ZTestList.pas"); 6 | USEUNIT("..\..\test\core\ZTestFramework.pas"); 7 | //--------------------------------------------------------------------------- 8 | This file is used by the project manager only and should be treated like the project file 9 | 10 | main -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestCoreAll.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #include 5 | #pragma hdrstop 6 | 7 | //--------------------------------------------------------------------------- 8 | 9 | #pragma argsused 10 | int main(int argc, char* argv[]) 11 | { 12 | Texttestrunner::RunRegisteredTests(rxbContinue); 13 | return 0; 14 | } 15 | //--------------------------------------------------------------------------- 16 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestDbcAll.bpf: -------------------------------------------------------------------------------- 1 | This file is used by the project manager only and should be treated like the project file 2 | 3 | main -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestDbcAll.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #include 5 | #pragma hdrstop 6 | 7 | //--------------------------------------------------------------------------- 8 | 9 | #pragma argsused 10 | int main(int argc, char* argv[]) 11 | { 12 | Texttestrunner::RunRegisteredTests(rxbContinue); 13 | return 0; 14 | } 15 | //--------------------------------------------------------------------------- 16 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestFramework.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/cbuilder12/ZTestFramework.res -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestParseSqlAll.bpf: -------------------------------------------------------------------------------- 1 | This file is used by the project manager only and should be treated like the project file 2 | 3 | main -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestParseSqlAll.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #include 5 | #pragma hdrstop 6 | 7 | //--------------------------------------------------------------------------- 8 | 9 | #pragma argsused 10 | int main(int argc, char* argv[]) 11 | { 12 | Texttestrunner::RunRegisteredTests(rxbContinue); 13 | return 0; 14 | } 15 | //--------------------------------------------------------------------------- 16 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestPerformance.bpf: -------------------------------------------------------------------------------- 1 | USEUNIT("ZTestPerformance.cpp"); 2 | USEUNIT("..\..\test\external\TestFrameWork.pas"); 3 | USEUNIT("..\..\test\external\TextTestRunner.pas"); 4 | USEUNIT("..\..\test\performance\ZTestBdePerformance.pas"); 5 | USEUNIT("..\..\test\performance\ZTestDatasetPerformance.pas"); 6 | USEUNIT("..\..\test\performance\ZTestDbcPerformance.pas"); 7 | USEUNIT("..\..\test\performance\ZTestDbxPerformance.pas"); 8 | USEUNIT("..\..\test\performance\ZTestIbxPerformance.pas"); 9 | USEUNIT("..\..\test\performance\ZTestOldZeosPerformance.pas"); 10 | USEUNIT("..\..\test\performance\ZTestPlainPerformance.pas"); 11 | This file is used by the project manager only and should be treated like the project file 12 | 13 | main 14 | -------------------------------------------------------------------------------- /packages/cbuilder12/ZTestPerformance.cpp: -------------------------------------------------------------------------------- 1 | //--------------------------------------------------------------------------- 2 | 3 | #include 4 | #include 5 | #include 6 | #pragma hdrstop 7 | 8 | //--------------------------------------------------------------------------- 9 | 10 | #pragma argsused 11 | int main(int argc, char* argv[]) 12 | { 13 | Texttestrunner::RunRegisteredTests(rxbContinue); 14 | PerformanceResultProcessor->ProcessResults(); 15 | PerformanceResultProcessor->PrintResults(); 16 | return 0; 17 | } 18 | //--------------------------------------------------------------------------- 19 | 20 | -------------------------------------------------------------------------------- /packages/delphi7/ZComponent.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -vn 29 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 30 | -H+ 31 | -W+ 32 | -M 33 | -$M16384,1048576 34 | -K$00400000 35 | -N"build" 36 | -LE"c:\program files\borland\delphi7\Projects\Bpl" 37 | -LN"c:\program files\borland\delphi7\Projects\Bpl" 38 | -U"build" 39 | -O"build" 40 | -I"build" 41 | -R"build" 42 | -Z 43 | -w-UNSAFE_TYPE 44 | -w-UNSAFE_CODE 45 | -w-UNSAFE_CAST 46 | -------------------------------------------------------------------------------- /packages/delphi7/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/ZComponent.res -------------------------------------------------------------------------------- /packages/delphi7/ZComponentDesign.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -N"build" 35 | -LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" 36 | -LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" 37 | -U"build" 38 | -O"build" 39 | -I"build" 40 | -R"build" 41 | -Z 42 | -w-UNSAFE_TYPE 43 | -w-UNSAFE_CODE 44 | -w-UNSAFE_CAST 45 | -------------------------------------------------------------------------------- /packages/delphi7/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/delphi7/ZCore.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -vn 29 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 30 | -H+ 31 | -W+ 32 | -M 33 | -$M16384,1048576 34 | -K$00400000 35 | -N"build" 36 | -LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" 37 | -LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" 38 | -U"build" 39 | -O"build" 40 | -I"build" 41 | -R"build" 42 | -Z 43 | -w-UNSAFE_TYPE 44 | -w-UNSAFE_CODE 45 | -w-UNSAFE_CAST 46 | -------------------------------------------------------------------------------- /packages/delphi7/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/ZCore.res -------------------------------------------------------------------------------- /packages/delphi7/ZDbc.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -vn 29 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 30 | -H+ 31 | -W+ 32 | -M 33 | -$M16384,1048576 34 | -K$00400000 35 | -N"build" 36 | -LE"c:\program files\borland\delphi7\Projects\Bpl" 37 | -LN"c:\program files\borland\delphi7\Projects\Bpl" 38 | -U"build" 39 | -O"build" 40 | -I"build" 41 | -R"build" 42 | -Z 43 | -w-UNSAFE_TYPE 44 | -w-UNSAFE_CODE 45 | -w-UNSAFE_CAST 46 | -------------------------------------------------------------------------------- /packages/delphi7/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/ZDbc.res -------------------------------------------------------------------------------- /packages/delphi7/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/delphi7/ZParseSql.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -vn 29 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 30 | -H+ 31 | -W+ 32 | -M 33 | -$M16384,1048576 34 | -K$00400000 35 | -N"build" 36 | -LE"c:\program files\borland\delphi7\Projects\Bpl" 37 | -LN"c:\program files\borland\delphi7\Projects\Bpl" 38 | -U"build" 39 | -O"build" 40 | -I"build" 41 | -R"build" 42 | -Z 43 | -w-UNSAFE_TYPE 44 | -w-UNSAFE_CODE 45 | -w-UNSAFE_CAST 46 | -------------------------------------------------------------------------------- /packages/delphi7/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/ZParseSql.res -------------------------------------------------------------------------------- /packages/delphi7/ZPlain.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O- 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -vn 29 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 30 | -H+ 31 | -W+ 32 | -M 33 | -$M16384,1048576 34 | -K$00400000 35 | -N"build" 36 | -LE"c:\program files\borland\delphi7\Projects\Bpl" 37 | -LN"c:\program files\borland\delphi7\Projects\Bpl" 38 | -U"build" 39 | -O"build" 40 | -I"build" 41 | -R"build" 42 | -Z 43 | -w-UNSAFE_TYPE 44 | -w-UNSAFE_CODE 45 | -w-UNSAFE_CAST 46 | -------------------------------------------------------------------------------- /packages/delphi7/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/ZPlain.res -------------------------------------------------------------------------------- /packages/delphi7/build/dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi7/build/dummy.txt -------------------------------------------------------------------------------- /packages/delphi7/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO Delphi7... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/delphi9/CompTest.pas: -------------------------------------------------------------------------------- 1 | unit CompTest; 2 | 3 | interface 4 | type 5 | TLoginEvent = procedure(Sender: TObject; Username, Password: string) of object; 6 | 7 | implementation 8 | 9 | end. 10 | -------------------------------------------------------------------------------- /packages/delphi9/ZComponent.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -N"build" 35 | -LE"V:\Delphi_Libs\D10_Bpl" 36 | -LN"V:\Delphi_Libs\D10_Dcp" 37 | -U"build" 38 | -O"build" 39 | -I"build" 40 | -R"build" 41 | -Z 42 | -w-UNSAFE_TYPE 43 | -w-UNSAFE_CODE 44 | -w-UNSAFE_CAST 45 | -------------------------------------------------------------------------------- /packages/delphi9/ZComponent.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/ZComponent.res -------------------------------------------------------------------------------- /packages/delphi9/ZComponentDesign.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -LE"C:\Documents and Settings\pergersoft\Dokumentumok\Borland Studio Projects\Bpl" 35 | -LN"C:\Documents and Settings\pergersoft\Dokumentumok\Borland Studio Projects\Bpl" 36 | -Z 37 | -w-UNSAFE_TYPE 38 | -w-UNSAFE_CODE 39 | -w-UNSAFE_CAST 40 | -------------------------------------------------------------------------------- /packages/delphi9/ZComponentDesign.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/ZComponentDesign.res -------------------------------------------------------------------------------- /packages/delphi9/ZCore.cfg: -------------------------------------------------------------------------------- 1 | -$A8 2 | -$B- 3 | -$C+ 4 | -$D+ 5 | -$E- 6 | -$F- 7 | -$G+ 8 | -$H+ 9 | -$I+ 10 | -$J- 11 | -$K- 12 | -$L+ 13 | -$M- 14 | -$N+ 15 | -$O+ 16 | -$P+ 17 | -$Q+ 18 | -$R- 19 | -$S- 20 | -$T- 21 | -$U- 22 | -$V+ 23 | -$W+ 24 | -$X+ 25 | -$YD 26 | -$Z1 27 | -cg 28 | -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; 29 | -H+ 30 | -W+ 31 | -M 32 | -$M16384,1048576 33 | -K$00400000 34 | -LE"V:\Delphi_Libs\D10_Bpl" 35 | -LN"V:\Delphi_Libs\D10_Dcp" 36 | -Z 37 | -w-UNSAFE_TYPE 38 | -w-UNSAFE_CODE 39 | -w-UNSAFE_CAST 40 | -------------------------------------------------------------------------------- /packages/delphi9/ZCore.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/ZCore.res -------------------------------------------------------------------------------- /packages/delphi9/ZDbc.drc: -------------------------------------------------------------------------------- 1 | /* VER180 2 | Generated by the Borland Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | -------------------------------------------------------------------------------- /packages/delphi9/ZDbc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/ZDbc.res -------------------------------------------------------------------------------- /packages/delphi9/ZPackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/delphi9/ZParseSql.drc: -------------------------------------------------------------------------------- 1 | /* VER180 2 | Generated by the Borland Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | -------------------------------------------------------------------------------- /packages/delphi9/ZParseSql.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/ZParseSql.res -------------------------------------------------------------------------------- /packages/delphi9/ZPlain.drc: -------------------------------------------------------------------------------- 1 | /* VER170 2 | Generated by the Borland Delphi Pascal Compiler 3 | because -GD or --drc was supplied to the compiler. 4 | 5 | This file contains compiler-generated resources that 6 | were bound to the executable. 7 | If this file is empty, then no compiler-generated 8 | resources were bound to the produced executable. 9 | */ 10 | 11 | STRINGTABLE 12 | BEGIN 13 | END 14 | 15 | -------------------------------------------------------------------------------- /packages/delphi9/ZPlain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/ZPlain.res -------------------------------------------------------------------------------- /packages/delphi9/ZeosDbo_Model.tgs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ZPlain 5 | ZCore 6 | ZDbc 7 | ZParseSql 8 | ZComponent 9 | 10 | -------------------------------------------------------------------------------- /packages/delphi9/ZeosDbo_Model.tgw: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /packages/delphi9/build/dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/delphi9/build/dummy.txt -------------------------------------------------------------------------------- /packages/delphi9/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing ZEOSDBO Delphi9... 3 | ZTestAll -b -------------------------------------------------------------------------------- /packages/lazarus/README.TXT: -------------------------------------------------------------------------------- 1 | Installation 2 | ------------ 3 | 4 | 1. Packages / Open Package File (*.lpk) 5 | 2. Open zcomponentdesign.lpk (from directory containing this README) 6 | 3. Click Compile 7 | 4. Click Use -> Install 8 | 5. Click Yes when asked if you want to rebuild Lazarus 9 | 10 | That's it! 11 | -------------------------------------------------------------------------------- /packages/lazarus/build/dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/lazarus/build/dummy.txt -------------------------------------------------------------------------------- /packages/lazarus/build/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Testing FPC/Lazarus... 3 | ZTestAll.exe -b -a -p --format=plain 4 | -------------------------------------------------------------------------------- /packages/lazarus/zcomponent.pas: -------------------------------------------------------------------------------- 1 | { This file was automatically created by Lazarus. Do not edit! 2 | This source is only used to compile and install the package. 3 | } 4 | 5 | unit zcomponent; 6 | 7 | {$warn 5023 off : no warning about unused units} 8 | interface 9 | 10 | uses 11 | ZAbstractConnection, ZAbstractDataset, ZAbstractRODataset, ZAbstractTable, 12 | ZConnection, ZConnectionGroup, ZDataset, ZDatasetUtils, ZEventListener, 13 | ZFormatSettings, ZGroupedConnection, ZIBEventAlerter, ZMemTable, 14 | ZPgEventAlerter, ZSqlMetadata, ZSqlMonitor, ZSqlProcessor, ZSqlStrings, 15 | ZSqlUpdate, ZStoredProcedure, ZDatasetParam, ZTransaction; 16 | 17 | implementation 18 | 19 | end. 20 | -------------------------------------------------------------------------------- /packages/lazarus/zcomponentdesign.pas: -------------------------------------------------------------------------------- 1 | { This file was automatically created by Lazarus. Do not edit! 2 | This source is only used to compile and install the package. 3 | } 4 | 5 | unit zcomponentdesign; 6 | 7 | {$warn 5023 off : no warning about unused units} 8 | interface 9 | 10 | uses 11 | ZComponentReg, ZUpdateSqlEditor, ZPropertiesEditor, LazarusPackageIntf; 12 | 13 | implementation 14 | 15 | procedure Register; 16 | begin 17 | RegisterUnit('ZComponentReg', @ZComponentReg.Register); 18 | end; 19 | 20 | initialization 21 | RegisterPackage('zcomponentdesign', @Register); 22 | end. 23 | -------------------------------------------------------------------------------- /packages/lazarus/zcore.pas: -------------------------------------------------------------------------------- 1 | { This file was automatically created by Lazarus. Do not edit! 2 | This source is only used to compile and install the package. 3 | } 4 | 5 | unit zcore; 6 | 7 | {$warn 5023 off : no warning about unused units} 8 | interface 9 | 10 | uses 11 | ZClasses, ZCollections, ZCompatibility, ZEncoding, ZExpression, ZExprParser, 12 | ZExprToken, ZFastCode, ZFunctions, ZMatchPattern, ZMessages, ZSysUtils, 13 | ZTokenizer, ZVariables, ZVariant, ZBase64, ZXmlCompat; 14 | 15 | implementation 16 | 17 | end. 18 | -------------------------------------------------------------------------------- /packages/lazarus/zpackages.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF FREEBSD} 2 | {$DEFINE UNIX} 3 | {$ENDIF} 4 | 5 | {$IFDEF LINUX} 6 | {$DEFINE UNIX} 7 | {$ENDIF} 8 | 9 | {$IFNDEF UNIX} 10 | {$I ..\..\src\Zeos.inc} 11 | {$ELSE} 12 | {$I ../../src/Zeos.inc} 13 | {$ENDIF} 14 | -------------------------------------------------------------------------------- /packages/lazarus/zparsesql.pas: -------------------------------------------------------------------------------- 1 | { This file was automatically created by Lazarus. Do not edit! 2 | This source is only used to compile and install the package. 3 | } 4 | 5 | unit zparsesql; 6 | 7 | interface 8 | 9 | uses 10 | ZSybaseToken, ZGenericSqlAnalyser, ZGenericSqlToken, ZInterbaseAnalyser, 11 | ZInterbaseToken, ZMySqlAnalyser, ZMySqlToken, ZOracleAnalyser, ZOracleToken, 12 | ZPostgreSqlAnalyser, ZPostgreSqlToken, ZScriptParser, ZSelectSchema, 13 | ZSqLiteAnalyser, ZSqLiteToken, ZSybaseAnalyser, ZAdoToken, ZOleDBToken, 14 | ZODBCToken; 15 | 16 | implementation 17 | 18 | end. 19 | -------------------------------------------------------------------------------- /packages/lazarus/zplain.pas: -------------------------------------------------------------------------------- 1 | { This file was automatically created by Lazarus. Do not edit! 2 | This source is only used to compile and install the package. 3 | } 4 | 5 | unit zplain; 6 | 7 | {$warn 5023 off : no warning about unused units} 8 | interface 9 | 10 | uses 11 | ZPlainAdo, ZPlainAdoDriver, ZPlainASADriver, ZPlainDbLibDriver, 12 | ZPlainDriver, ZPlainFirebird, ZPlainFirebirdInterbaseDriver, ZPlainLoader, 13 | ZPlainMySqlDriver, ZPlainODBCDriver, ZPlainOleDBDriver, ZPlainOracleDriver, 14 | ZPlainPostgreSqlDriver, ZPlainProxyDriver, ZPlainProxyDriverInternalProxy, 15 | ZPlainProxyDriverIntf, ZPlainProxyDriverSoapProxy, ZPlainSQLAnywhere, 16 | ZPlainSqLiteDriver; 17 | 18 | implementation 19 | 20 | end. 21 | -------------------------------------------------------------------------------- /packages/lazarus/ztestall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/packages/lazarus/ztestall.ico -------------------------------------------------------------------------------- /packages/lazarus/ztestall.rc: -------------------------------------------------------------------------------- 1 | #define RT_MANIFEST 24 2 | #define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 3 | #define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2 4 | #define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3 5 | 6 | CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "ztestall.manifest" 7 | MAINICON ICON "ztestall.ico" 8 | -------------------------------------------------------------------------------- /src/component/ZComponent.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/component/ZComponent.dcr -------------------------------------------------------------------------------- /src/component/ZConnectionGroup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/component/ZConnectionGroup.pas -------------------------------------------------------------------------------- /src/component/ZPropertiesEditor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/component/ZPropertiesEditor.pas -------------------------------------------------------------------------------- /src/core/ZMessages.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/core/ZMessages.pas -------------------------------------------------------------------------------- /src/dbc/ZDbcConnection.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/dbc/ZDbcConnection.pas -------------------------------------------------------------------------------- /src/dbc/ZDbcDuckDB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/dbc/ZDbcDuckDB.pas -------------------------------------------------------------------------------- /src/dbc/ZDbcDuckDBResultSet.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/dbc/ZDbcDuckDBResultSet.pas -------------------------------------------------------------------------------- /src/dbc/ZDbcProxy.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/dbc/ZDbcProxy.pas -------------------------------------------------------------------------------- /src/dbc/ZDbcProxyResultSet.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/dbc/ZDbcProxyResultSet.pas -------------------------------------------------------------------------------- /src/plain/ZPlainASADriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/plain/ZPlainASADriver.pas -------------------------------------------------------------------------------- /src/plain/ZPlainMySqlDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/plain/ZPlainMySqlDriver.pas -------------------------------------------------------------------------------- /src/plain/ZPlainProxyDriverSoapProxy.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/plain/ZPlainProxyDriverSoapProxy.pas -------------------------------------------------------------------------------- /src/repl.awk: -------------------------------------------------------------------------------- 1 | BEGIN {copy=1} 2 | /{@\*+}/ {copy=0;} 3 | {if (copy==1) {print $0};} 4 | /{\*+@}/ {copy=1; 5 | while ((getline line < "../repl.txt") > 0) 6 | {print line;} 7 | close($2);} -------------------------------------------------------------------------------- /src/repl.instructions: -------------------------------------------------------------------------------- 1 | Replace all copyright info 2 | -------------------------- 3 | 1. Edit repl.txt 4 | 2. Make sure ls, gawk and mv programs are available from command line 5 | 3. For each src subdirectory: 6 | a. cd into directory 7 | b. ls -1|xargs -I {} echo "gawk -f ../repl.awk {}>{}.1">x.bat 8 | c. ls -1|xargs -I {} echo "mv -f {}.1 {}">y.bat 9 | d. x.bat 10 | e. y.bat 11 | f. rm x.bat y.bat -------------------------------------------------------------------------------- /src/webservice/server/DelphiOTP/readme.txt: -------------------------------------------------------------------------------- 1 | These files are a modified version of DelphiOTP. 2 | DelphiOTP can be found at https://github.com/wendelb/DelphiOTP 3 | 4 | The modified version can also be found at https://github.com/marsupilami79/DelphiOTP -------------------------------------------------------------------------------- /src/webservice/server/ZDbcProxyMgmtDriver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/src/webservice/server/ZDbcProxyMgmtDriver.pas -------------------------------------------------------------------------------- /src/webservice/server/application/zeosproxy-example.ini: -------------------------------------------------------------------------------- 1 | [ZeosTest] 2 | ClientCodepage = UTF8 3 | Database = D:\Projects\Zeos\testdatabase\zeostests.fdb 4 | HostName = 5 | LibraryLocation = c:\program files (x86)\Firebird\Firebird_3_0\fbclient.dll 6 | ;Port = 0 7 | Protocol = firebird 8 | ;Properties = fb_protocol=inet 9 | -------------------------------------------------------------------------------- /src/webservice/server/service/zeos-proxy-server.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Zeos Proxy Server 3 | After=network.target 4 | 5 | [Service] 6 | Type=simple 7 | ExecStart=/usr/local/bin/ZeosProxyService -r 8 | RemainAfterExit=yes 9 | TimeoutSec=25 10 | 11 | [Install] 12 | WantedBy=multi-user.target 13 | -------------------------------------------------------------------------------- /src/webservice/server/service/zeosproxy-example.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | Database Prefix = db. 3 | Security Prefix = sec. 4 | Listening Port = 8000 5 | IP Address = 127.0.0.1 6 | Connection Idle Time = 86400 7 | 8 | [db.ZeosTest] 9 | ClientCodepage = UTF8 10 | Database = D:\Projects\Zeos\testdatabase\zeostests.fdb 11 | HostName = 12 | LibraryLocation = c:\program files (x86)\Firebird\Firebird_3_0\fbclient.dll 13 | ;Port = 0 14 | Protocol = firebird 15 | ;Properties = fb_protocol=inet 16 | -------------------------------------------------------------------------------- /src/webservice/server/service/zeosproxyunit.lfm: -------------------------------------------------------------------------------- 1 | object ZeosProxyDaemon: TZeosProxyDaemon 2 | OldCreateOrder = False 3 | OnStart = DataModuleStart 4 | OnStop = DataModuleStop 5 | Height = 449 6 | HorizontalOffset = 728 7 | VerticalOffset = 220 8 | Width = 838 9 | PPI = 120 10 | end 11 | -------------------------------------------------------------------------------- /test/bugreport/ZBugReport.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/bugreport/ZTestBugCompInterbase.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/bugreport/ZTestBugCompInterbase.pas -------------------------------------------------------------------------------- /test/bugreport/ZTestBugCompSQLite.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/bugreport/ZTestBugCompSQLite.pas -------------------------------------------------------------------------------- /test/bugreport/ZTestBugDbcPostgreSql.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/bugreport/ZTestBugDbcPostgreSql.pas -------------------------------------------------------------------------------- /test/component/ZComponent.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/component/ZTestComponents.pas: -------------------------------------------------------------------------------- 1 | unit ZTestComponents; 2 | 3 | {$I ZComponent.inc} 4 | 5 | interface 6 | 7 | uses 8 | ZTestSqlTypes, ZTestSqlStrings, ZTestSqlProcessor, 9 | ZTestSqlMetadata, ZTestSorting, ZTestMasterDetail, ZTestExecuteSql, 10 | ZTestDataSetGeneric, ZTestConnection, ZTestStoredProcedure, 11 | ZTestEvents, ZTestTransaction 12 | ; 13 | implementation 14 | 15 | end. 16 | 17 | -------------------------------------------------------------------------------- /test/component/ZTestDataSetGeneric.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/component/ZTestDataSetGeneric.pas -------------------------------------------------------------------------------- /test/component/ZTestMidas.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/component/ZTestMidas.pas -------------------------------------------------------------------------------- /test/core/ZCore.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/core/ZTestCore.pas: -------------------------------------------------------------------------------- 1 | unit ZTestCore; 2 | 3 | {$I ZCore.inc} 4 | 5 | interface 6 | 7 | uses 8 | ZTestSysUtils, ZTestList, ZTestFramework, ZTestVariant, ZTestExprToken, 9 | ZTestTokenizer, ZTestExpression; 10 | 11 | 12 | implementation 13 | 14 | end. 15 | 16 | -------------------------------------------------------------------------------- /test/core/ZTestSysUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/core/ZTestSysUtils.pas -------------------------------------------------------------------------------- /test/dbc/ZDbc.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/dbc/ZTestDbcGeneric.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/dbc/ZTestDbcGeneric.pas -------------------------------------------------------------------------------- /test/external/DUnit.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/DUnit.res -------------------------------------------------------------------------------- /test/external/DUnitExpert.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/DUnitExpert.res -------------------------------------------------------------------------------- /test/external/DUnitMainForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/DUnitMainForm.pas -------------------------------------------------------------------------------- /test/external/DUnitW32.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/DUnitW32.dpr -------------------------------------------------------------------------------- /test/external/DUnitW32.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/DUnitW32.res -------------------------------------------------------------------------------- /test/external/DunitAbout.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/DunitAbout.pas -------------------------------------------------------------------------------- /test/external/FastMMMemLeakMonitor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/FastMMMemLeakMonitor.pas -------------------------------------------------------------------------------- /test/external/GUITestRunner.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/GUITestRunner.pas -------------------------------------------------------------------------------- /test/external/GUITesting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/GUITesting.pas -------------------------------------------------------------------------------- /test/external/Makefile: -------------------------------------------------------------------------------- 1 | #$Id: Makefile,v 1.7 2008/04/18 02:33:01 judc Exp $ 2 | ROOT=.. 3 | include $(ROOT)\\Rules.mak 4 | 5 | all: 6 | $(DCC_BARE) -N$(FWK_DIR) -Z -B DUnit.dpk 7 | -------------------------------------------------------------------------------- /test/external/MemCheck.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/MemCheck.pas -------------------------------------------------------------------------------- /test/external/QGUITestRunner.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/QGUITestRunner.pas -------------------------------------------------------------------------------- /test/external/TestExtensions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/TestExtensions.pas -------------------------------------------------------------------------------- /test/external/TestFrameWork.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/TestFrameWork.pas -------------------------------------------------------------------------------- /test/external/TestModules.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/TestModules.pas -------------------------------------------------------------------------------- /test/external/TextTestRunner.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/TextTestRunner.pas -------------------------------------------------------------------------------- /test/external/dunit.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/dunit.dpr -------------------------------------------------------------------------------- /test/external/images/actions_images.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/actions_images.bmp -------------------------------------------------------------------------------- /test/external/images/dunit.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/dunit.ico -------------------------------------------------------------------------------- /test/external/images/dunit16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/dunit16.ico -------------------------------------------------------------------------------- /test/external/images/dunit16_new.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/dunit16_new.ico -------------------------------------------------------------------------------- /test/external/images/dunit_new.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/dunit_new.ico -------------------------------------------------------------------------------- /test/external/images/list_images.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/list_images.bmp -------------------------------------------------------------------------------- /test/external/images/logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/logo.bmp -------------------------------------------------------------------------------- /test/external/images/run_images.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/run_images.bmp -------------------------------------------------------------------------------- /test/external/images/state_images.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/images/state_images.bmp -------------------------------------------------------------------------------- /test/external/versioninfo.inc: -------------------------------------------------------------------------------- 1 | ReleaseNo : array[1..3] of Integer 2 | = (9,4,0); 3 | ReleaseStr = '9.4.0'; 4 | ReleaseName = ''; 5 | ReleaseWhen : array[1..6] of Integer 6 | = (2008,08,21,00,00,00); 7 | ReleaseYear = 2008; 8 | ReleaseMonth = 08; 9 | ReleaseDay = 21; 10 | ReleaseHour = 00; 11 | ReleaseMinute = 00; 12 | 13 | -------------------------------------------------------------------------------- /test/external/versioninfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/external/versioninfo.res -------------------------------------------------------------------------------- /test/framework/ZMidasTestCase.dfm: -------------------------------------------------------------------------------- 1 | object ZRemoteDM: TZRemoteDM 2 | OldCreateOrder = False 3 | OnCreate = RemoteDataModuleCreate 4 | Left = 348 5 | Top = 172 6 | Height = 239 7 | Width = 417 8 | object DSProvider: TDataSetProvider 9 | Constraints = True 10 | Options = [poAllowCommandText] 11 | Left = 91 12 | Top = 8 13 | end 14 | object FMasterSource: TDataSource 15 | Left = 24 16 | Top = 8 17 | end 18 | end 19 | -------------------------------------------------------------------------------- /test/framework/ZMidasTestCase.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/test/framework/ZMidasTestCase.tlb -------------------------------------------------------------------------------- /test/framework/ZTestFramework.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/parsesql/ZParseSql.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/parsesql/ZTestParseSql.pas: -------------------------------------------------------------------------------- 1 | unit ZTestParseSql; 2 | 3 | {$I ZParseSql.inc} 4 | 5 | interface 6 | 7 | uses 8 | {$IFDEF ENABLE_DBLIB} 9 | ZTestSybaseToken, 10 | {$ENDIF} 11 | {$IFDEF ENABLE_MYSQL} 12 | ZTestMySqlToken, 13 | {$ENDIF} 14 | {$IFDEF ENABLE_POSTGRESQL} 15 | ZTestPostgreSqlToken, 16 | {$ENDIF} 17 | {$IFDEF ENABLE_INTERBASE} 18 | ZTestInterbaseToken, 19 | {$ENDIF} 20 | {$IFDEF ENABLE_ORACLE} 21 | ZTestOracleToken, 22 | {$ENDIF} 23 | {$IFDEF ENABLE_SQLITE} 24 | ZTestSqLiteToken, 25 | {$ENDIF} 26 | ZTestSqlAnalyser, ZTestScriptParser 27 | ; 28 | implementation 29 | 30 | end. 31 | 32 | -------------------------------------------------------------------------------- /test/performance/ZPerformance.inc: -------------------------------------------------------------------------------- 1 | {$IFDEF LINUX}{$DEFINE UNIX}{$ENDIF} // Kylix legacy. 2 | 3 | {$IFNDEF UNIX} 4 | {$I ..\..\src\Zeos.inc} 5 | {$I ..\ZTest.inc} 6 | {$ELSE} 7 | {$I ../../src/Zeos.inc} 8 | {$I ../ZTest.inc} 9 | {$ENDIF} -------------------------------------------------------------------------------- /test/performance/ZTestPerformance.pas: -------------------------------------------------------------------------------- 1 | unit ZTestPerformance; 2 | 3 | {$I ZPerformance.inc} 4 | 5 | interface 6 | 7 | uses 8 | {$IFDEF WIN64} 9 | {$DEFINE EXCLUDE_BDE_TEST} 10 | {$ENDIF} 11 | {$IFNDEF EXCLUDE_BDE_TEST} 12 | ZTestBdePerformance, 13 | {$ENDIF} 14 | {$IFNDEF EXCLUDE_DBX_TEST} 15 | ZTestDbxPerformance, 16 | {$ENDIF} 17 | {$IFNDEF EXCLUDE_IBX_TEST} 18 | ZTestIBXPerformance, 19 | {$ENDIF} 20 | {$IFNDEF EXCLUDE_OLD_ZEOS_TEST} 21 | ZTestOldZeosPerformance, 22 | {$ENDIF} 23 | ZTestDbcPerformance, 24 | ZTestDatasetPerformance; 25 | 26 | 27 | implementation 28 | 29 | end. 30 | -------------------------------------------------------------------------------- /test/plain/dummy.txt: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /zeosbugtemplate/bin/database/TESTDB.FDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/zeosbugtemplate/bin/database/TESTDB.FDB -------------------------------------------------------------------------------- /zeosbugtemplate/img/zeosbug.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/zeosbugtemplate/img/zeosbug.ico -------------------------------------------------------------------------------- /zeosbugtemplate/src/ZeosBugTemplate.dpr: -------------------------------------------------------------------------------- 1 | program ZeosBugTemplate; 2 | 3 | {$IFDEF FPC} 4 | {$MODE Delphi} 5 | {$ENDIF} 6 | 7 | uses 8 | Forms, 9 | {$IFDEF FPC} 10 | Interfaces, 11 | {$ENDIF} 12 | uBugTemplate in 'uBugTemplate.pas' {frmBugTemplate}; 13 | 14 | {$R *.res} 15 | 16 | begin 17 | Application.Initialize; 18 | Application.Title := 'Bug Template'; 19 | Application.CreateForm(TfrmBugTemplate, frmBugTemplate); 20 | Application.Run; 21 | end. 22 | -------------------------------------------------------------------------------- /zeosbugtemplate/src/ZeosBugTemplate.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/zeosbugtemplate/src/ZeosBugTemplate.ico -------------------------------------------------------------------------------- /zeosbugtemplate/src/ZeosBugTemplate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frones/ZeosLib/99e13e077df16217117db8bf589367dbc26c0565/zeosbugtemplate/src/ZeosBugTemplate.res --------------------------------------------------------------------------------