Difference between revisions of "Database/Drivers/MySQL Native/Overview"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Infrastructure)
 
(23 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conenctor/OO.org, OO.org has used JDBC/ODBC to connect to the MySQL Server. JDBC/ODBC adds an extra level of indirection to the connection and is generally speaking more difficult to install but Connector/OO.org.
 
The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conenctor/OO.org, OO.org has used JDBC/ODBC to connect to the MySQL Server. JDBC/ODBC adds an extra level of indirection to the connection and is generally speaking more difficult to install but Connector/OO.org.
  
Please note that this page is not part of the end-user documentation. This page is part of the project documentation and used by the development team to coordinate their work.
+
Please note that this page is not part of the end-user documentation, check [[http://forge.mysql.com/wiki/Connector_OpenOffice MySQL Forge Connector/OpenOffice] for end-user documentation.. This page is part of the project documentation and used by the development team to coordinate their work.
  
== Goal ==
+
== Goal ==
  
Develop a "native" MySQL driver for OpenOffice.org which is at least as feature-complete as other drivers. Complete the task before the release of OO.org 3.0.
+
Develop a "native" MySQL driver for OpenOffice.org which is at least as feature-complete as other drivers. Complete the task before the release of OO.org 3.1
  
== Status and Releases ==
+
== Team  ==
  
* '''04/2008 - Preview version released for OO.org 2.4'''
+
=== OpenOffice.org/StarOffice Base  ===
* 02/2008 - Kick-Off Meeting Hamburg
+
* Before - Native driver development by Georg Richter
+
  
== Development team ==
+
*Frank Schoenheit (Development)<br>
 +
*Ocke Janssen (Development)<br>
 +
*Christoph Lukasiak (Quality Assurance)<br>
 +
*Marcus Lange (Program Manager)<br>
  
'''Primary contact person'' shown in bold letters.
+
=== MySQL  ===
  
=== OpenOffice.org/StarOffice Base ===
+
*Georg Richter, Development Manager - Connectors &amp; Client Connectivity, firstname at mysql dot com, (Development)
 +
*Ulf Wendel, Senior Software Engineer, uwendel at mysql dot com, (QA, Documentation)
 +
*Andrey Hristov, Software Engineer, firstname at mysql dot com, (Development)
 +
*Lawrenty Novitsky, Software Developer, lawrin at mysql dot com, (QA, Development)
  
* '''Frank Schoenheit''', Technical Lead OpenOffice.org/StarOffice Base, firstname dot lastname at sun dot com, (Development)
+
== Technical Documentation ==
* Ocke Janssen, firstname dot lastname at sun dot com, (Development)
+
  
=== MySQL ===
+
* [[Database/Drivers/MySQL Native/TestingIdeas|Ideas for testing]]
  
* Georg Richter, Development Manager - Connectors & Client Connectivity, firstname at mysql dot com, (Development)
+
=== Infrastructure ===
* '''Ulf Wendel''', Senior Software Engineer, uwendel at mysql dot com, (QA, Documentation)
+
* Andrey Hristov, Software Engineer, firstname at mysql dot com, (Development)
+
* Lawrenty Novitsky, Software Developer, lawrin at mysql dot com, (QA, Development)
+
  
== Meetings ==
+
* Mailinglists and IRC
 +
** dev@openoffice.org
 +
** irc.freenode.org - #dev.openoffice.org
  
* 22.05.2008 - Technical Meeting of the entire Development team
+
* OpenOffice 3 CVS
* 29.04.2008 - [[Database/Drivers/MySQL_Native/Meeting_Minutes | Technical Meeting, Hamburg]]
+
** checkout: cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout  -r DEV300_m10 OpenOffice3
* 12.02.2008 - Non public Kick-Off Meeting, Hamburg
+
** update to CWS code status:  cvs update -r cws_dev300_mysqlnative
 
+
== Technical Documentation ==
+
 
+
=== Infrastructure ===
+
  
 
* [[CWS|CWS (child workspace)]] of Connector/OO.org
 
* [[CWS|CWS (child workspace)]] of Connector/OO.org
Line 47: Line 45:
 
** [http://tools.openoffice.org/ Introduction on Building OOo]
 
** [http://tools.openoffice.org/ Introduction on Building OOo]
 
** For general questions ask on the OOo community mailing lists
 
** For general questions ask on the OOo community mailing lists
 
* MySQL Connector/C++
 
** [[Database/Drivers/MySQL Native/Connector/C-C++-Interface | Interface]]
 
  
 
* MySQL Connector/OpenOffice.org
 
* MySQL Connector/OpenOffice.org
Line 57: Line 52:
  
 
* [[Database/Drivers/MySQL_Native/Architecture|OpenOffice.org/StarOffice Base - database driver architecture overview]]
 
* [[Database/Drivers/MySQL_Native/Architecture|OpenOffice.org/StarOffice Base - database driver architecture overview]]
 +
* [[Database/Drivers/MySQL_Native/SDBC%28X%29_Interface|SDBC(X) Interface which has to be supported]]
 +
* [[Database/Drivers/MySQL_Native/SDBC%28X%292MySQL|Mapping of SDBC(X) and MySQL interface]]
 +
[[Category:MySQL]]

Latest revision as of 21:41, 15 December 2009

MySQL driver for OpenOffice.org

The MySQL driver for OpenOffice.org (also called Connector/OO.org) is a "native" MySQL driver for OpenOffice.org. Before the development of the Conenctor/OO.org, OO.org has used JDBC/ODBC to connect to the MySQL Server. JDBC/ODBC adds an extra level of indirection to the connection and is generally speaking more difficult to install but Connector/OO.org.

Please note that this page is not part of the end-user documentation, check [MySQL Forge Connector/OpenOffice for end-user documentation.. This page is part of the project documentation and used by the development team to coordinate their work.

Goal

Develop a "native" MySQL driver for OpenOffice.org which is at least as feature-complete as other drivers. Complete the task before the release of OO.org 3.1

Team

OpenOffice.org/StarOffice Base

  • Frank Schoenheit (Development)
  • Ocke Janssen (Development)
  • Christoph Lukasiak (Quality Assurance)
  • Marcus Lange (Program Manager)

MySQL

  • Georg Richter, Development Manager - Connectors & Client Connectivity, firstname at mysql dot com, (Development)
  • Ulf Wendel, Senior Software Engineer, uwendel at mysql dot com, (QA, Documentation)
  • Andrey Hristov, Software Engineer, firstname at mysql dot com, (Development)
  • Lawrenty Novitsky, Software Developer, lawrin at mysql dot com, (QA, Development)

Technical Documentation

Infrastructure

  • Mailinglists and IRC
    • dev@openoffice.org
    • irc.freenode.org - #dev.openoffice.org
  • OpenOffice 3 CVS
    • checkout: cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout -r DEV300_m10 OpenOffice3
    • update to CWS code status: cvs update -r cws_dev300_mysqlnative

OpenOffice.org

Personal tools