{ "info": { "author": "Syslab.com GmbH", "author_email": "info@syslab.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)" ], "description": ".. contents::\n\n.. Note!\n -----\n\n - code repository\n - bug tracker\n - questions/comments feedback mail\n\n- Code repository: http://svn.plone.org/svn/collective/slc.rdbploneformgenadapter\n- Questions and comments to info (at) syslab (dot) com\n- Report bugs at http://plone.org/products/slc.rdbploneformgenadapter\n\nDetailed Documentation\n**********************\n\nRDB Action Adapter for PloneFormGen\n===================================\n\nThe Action Adapter can be used to store form submissions of PloneFormGen\nforms into a relations database. \n\nDependencies\n------------\n\nThe Action Adapter users the IDatabase Utility from collective.lead\nto write data to the database. You must provide such an IDatabase Utility.\n\nConfiguration\n-------------\n\nAfter you installed the Action Adapter in the Plone Control Panel, you can\nstart adding The Action Adapter to PloneFormGen forms.\n\nThe Action Adapter Configuration Screen contains two parameters:\n \nInsert query\n The query to insert data. We do not use the SQLAlchemy mapping features,\n but write data directly into the database. The fields from the form\n are added as a dictionary to the execute statement. See pep-0249\n for formatting strings. As we pass a dict, you must use positional\n arguments. in PEP 249 they are called paramstyle named and pyformat\n An Example looks like this::\n\n insert into test_questions (replyto, topic, comments) values(%(replyto)s, %(topic)s, %(comments)s);\n\n or::\n \n insert into test_questions (replyto, topic, comments) values(:replyto, :topic, :comments);\n\nDatabae utility Name\n The name of the IDatabase Utility that you must configure\n\n\n\nChange history\n**************\nChanges\n=======\n\n0.0.2 (2009-10-12)\n------------------\n\n- Brown bag bad documentation release (gerken)\n\n\n0.0.1 (2009-10-12)\n------------------\n\n- Initial Release\n\n\n\nFuture features, mabye\n**********************\n\n- In the RDB Action Adapter View, check for the existence of the IDatabase \n utility, and emit a warning if its missing", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/slc.rdbploneformgenadapter", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "slc.rdbploneformgenadapter", "package_url": "https://pypi.org/project/slc.rdbploneformgenadapter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/slc.rdbploneformgenadapter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/slc.rdbploneformgenadapter" }, "release_url": "https://pypi.org/project/slc.rdbploneformgenadapter/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Provides an Action Adapter for PloneFormGen to store data in an RDB", "version": "0.0.2" }, "last_serial": 799680, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "db3db379064cd00f5ce0132e150a3e5a", "sha256": "8ac3b86c2a18ac849c8e8aefc2d0faa657b8ea358de9497560136121800eae55" }, "downloads": -1, "filename": "slc.rdbploneformgenadapter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "db3db379064cd00f5ce0132e150a3e5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16091, "upload_time": "2009-10-13T10:49:30", "url": "https://files.pythonhosted.org/packages/76/87/60ac9c7aec9193f45ff0719830eb2ba25e0e93aed928bef4c71711f6d67a/slc.rdbploneformgenadapter-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db3db379064cd00f5ce0132e150a3e5a", "sha256": "8ac3b86c2a18ac849c8e8aefc2d0faa657b8ea358de9497560136121800eae55" }, "downloads": -1, "filename": "slc.rdbploneformgenadapter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "db3db379064cd00f5ce0132e150a3e5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16091, "upload_time": "2009-10-13T10:49:30", "url": "https://files.pythonhosted.org/packages/76/87/60ac9c7aec9193f45ff0719830eb2ba25e0e93aed928bef4c71711f6d67a/slc.rdbploneformgenadapter-0.0.2.tar.gz" } ] }