= !MapGuide RFC 85 - Add SQLite as a load procedure type = This page contains an change request (RFC) for the !MapGuide Open Source project. More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page. == Status == ||RFC Template Version||(1.0)|| ||Submission Date||(Date/Time submitted)|| ||Last Modified||Tom Fukushima [[Timestamp]]|| ||Author||Tom Fukushima|| ||RFC Status||draft, proposed, '''frozen for vote, adopted''', retracted, or rejected|| ||Implementation Status||pending, '''under development''', completed|| ||Proposed Milestone||2.2|| ||Assigned PSC guide(s)||Tom Fukushima|| ||'''Voting History'''||(vote date)|| ||+1|| || ||+0|||| ||-0|||| ||-1|||| ||no vote|| || == Overview == Add an SQLite load procedure type to the !LoadProcedure schema. == Motivation == We need a way to get SQLite files uploaded to server; one way to do this is to upload the SQLite file(s) to the repository in a way similar to SDF and SHP files using load procedures. == Proposed Solution == To remain consistent with SDF and SHP, we will use the !LoadProcedure resource to store information about how to upload SQLite files to the repository. Client programs can then use this information to produce reproducible loads of client data. The !LoadProcedure schema will be revisioned to !LoadProcedure-2.2.0.xsd and SQLiteLoadProcedure will be added to !LoadProcedureTypeType: [[Image(SQLiteLoadProcedureType.png)]] == Implications == Old load procedures (1.0.0 and 1.1.0) can still be stored in the repository. Installer will need to install the new schema? == Test Plan == Store and retrieve a !LoadProcedure using the 2.2.0 schema into the repository. == Funding/Resources == Autodesk to supply resources.