sequence and auto
(18:14:08) Evolution: stupid question, but I'm working on a new plugin for bw, and I'm trying to wrap my mind around everything in the sample package.
(18:14:44) Evolution: in the admin/schema.inc.php, why is the sequences statement commented out, and what is its purpose?
(18:15:00) Evolution: it's not commented out in other modules, like blogs or fisheye.
(18:17:28) Hash9: I think it gives a cross database way of using a auto_number type feild, where you can get the next number in the sequence
(21:00:08) spiderr: Evolution, IMHO, AUTO sucks. I prefer sequences because you have precise control
(21:00:36) Evolution: spiderr: so you're saying leave the sequences disabled then?
(21:01:04) Evolution: spiderr: I'm just not entirely sure what that call does.
(21:01:27) spiderr: i would recommend removing AUTO and use a sequence instead
(21:01:50) Evolution: if that's the case then why is sequence commented out to begin with?
(21:02:02) spiderr: that call should create the sequences for you. but if you have an AUTO increment column, you don't need a sequence
Related Items
Documentation » Technical Documentation
Documentation geared towards developers and people who want to learn about the core processes of bitweaver
HEAD ON! Support has been added for Pear::DB! • Oracle Reservations for Two • ReleaseTwo: Shedding that last bits of our roots, finding the core of our being • getContentList • How to add a pagination to an object list • Moving bw in another directory • pma and mysql • safe mode on / open_base_dir • sequence and auto • The package I am currently developping is suddenly desactivated • APIDocumentation • Archived Picture Upload with Fisheye under Windows • Bitweaver and Browser Cookies • bitweaverCVS • bitweaverFeatures • bitweaverPerformance • CodingGuidelines • CreatingServices • CssSchema • InstallbitweaverDoc • IntegrationTutorial • LibertyFormats • LibertyMime • LibertyServices • phpdoc content status • PortingTikiWikiPackages • PrototypeAjaxObject • PrototypeReference • SamplePackage • SearchPackageDevNotes • TUTORIAL - Displaying Icons ONLY to AUTHORS of the page • Tutorial - Liberty Plugins • Tutorial - Liberty Plugins II • UsersDoc
Comments