[ https://forge.continuent.org/jira/browse/SEQUOIA-197?page=all ] Olivier Fambon closed SEQUOIA-197: ----------------------------------
Done. > Remove "parsing" from JDBC driver > --------------------------------- > > Key: SEQUOIA-197 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-197 > Project: Sequoia > Type: Task > Components: JDBC Driver, Core > Versions: Sequoia 2.1, Version 2.2, Sequoia 2.3 > Reporter: Olivier Fambon > Assignee: Olivier Fambon > Fix For: Sequoia 2.4 > > Original Estimate: 1 day > Time Spent: 6 hours > Remaining: 2 hours > > After discussion, it appears that we can completely remove parsing from the > driver. > This should simplify the JDBC driver implementation, > isolate driver-only and controller-only classes, > clarify driver/controller protocole, > and restrict parsing matters to the controller side only. > - re-factor driver requests hierarchy to simpler 2 classes: > Request <- RequestWithResultSetParameters > - route JDBC calls to proper commands (Query, Update ,Execute) and Request > - implement serializers > - move all parsing to controller -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
