github.com
GitHub - theory/sqitch: Sane database change management
https://github.com/theory/sqitch
Sane database change management. Use Git or checkout with SVN using the web URL. Jul 27, 2016. Increment to v0.9996. Failed to load latest commit information. Script should be executable. Dec 9, 2013. Increment to v0.9996. Jul 27, 2016. Add the project variable to the templates. Mar 30, 2015. Consider installdirs when selecting etc prefix. Oct 13, 2015. Increment to v0.9996. Jul 27, 2016. Jul 27, 2016. Use DateTime- set locale instead of - set to change the locale. Jun 18, 2016. Aug 14, 2015. Dec 16, 2013.
theory.pm
theory.pm
http://theory.pm/page/2
Localize Your Perl Apps with this One Weird Trick. Saturday, 6 September 2014. Nota Bene: This is a republication of a post that originally appeared in the 2013 Perl Advent Calendar. These days, gettext. Is far and away the most widely-used localization ( l10n. And internationalization ( i18n. Library for open-source software. So far, it has not been widely used in the Perl community, even though it’s the most flexible, capable, and easy-to use solution, thanks to Locale: TextDomain. Count} items have be...
modernperlbooks.com
Modern Perl Programming
http://www.modernperlbooks.com/mt
Perl programming for the modern Perl programmer. Modern Perl: 2014 Electronic Editions Released. May 31, 2014 6:00 AM. This took longer than it should have, but the electronic reader editions of Modern Perl: 2014 Edition. Are available. The letter and A4 PDFs have been available for a while, but we're satisfied with the formatting of the ePub and Mobi (Kindle) versions, so they're now ready for download and redistribution. You can still, of course, buy the print edition of Modern Perl. Modern Perl at B&N.
nox.esilibrary.com
Evergreen Quality Assurance
http://nox.esilibrary.com/~jason/qareport/qa.html
Version 1.0,. The work would not have been possible without the generosity of our funding partners: Georgia Public Library Service, BC Libraries Cooperative, South Carolina Library Evergreen Network, Bibliomation, and Central/Western Massachusetts Automated Resource Sharing. In February of 2013, Brad LaJeunesse, the president of Equinox Software, broached the idea of a community funded QA project. Http:/ georgialibraries.markmail.org/thread/i3x7nsd3eygau4nb. Evergreen has always had QA processes,. 4) wit...
stickies.github.io
Stickies
http://stickies.github.io/stored-procedures/ruby/postgresql/rspec/2013/07/31/bdd-with-stored-procedures.html
BDD with Stored Procedures. In the ruby world, stored procedures have a bad name, DHH mocks them, Rails has little or no support for them, they are just not the Rails / Agile ‘Way’ of doing things. You can easily execute a compiled stored procedure from within Rspec by just using. ActiveRecord: Base.connection.execute( select * from hq.activate defence matrix() ). But stored procedures depend on lots of tables and associations" - I hear you cry. For the given starting spec. Activate defence matrix')....
justatheory.com
Just a Theory: Computers | Databases
http://justatheory.com/computers/databases
Theory waxes practical. By David E. Wheeler. Requiring Reworked Sqitch Changes. I recently discovered a mildly annoying bug. The Git-inspired database schema change management app I’ve been working on for the past year. One of its key features is the ability to “rework” changes. For example, if you have a change that defines a function. Coming soon) tutorials for detailed examples of how it works. Sqitch add meow - requires change password. So that dependency lookups in the database also return the first...
theory.pm
About theory.pm - theory.pm
http://theory.pm/about
My name is David E. Wheeler, and this is my Perl and database blog. I’ve been hacking Perl since 1995, when I first started programming. Perl was my first language, and still my favorite. I’ve been hacking databases since 1997, when I started messing around with FileMaker Pro. Since 2001, I’ve focused primarily on PostgreSQL. For which I have developed PGXN. Like service for distributing extensions; pgTAP. A unit testing framework; and Sqitch. A database schema change management app. David E. Wheeler.
justatheory.com
Just a Theory: Sqitch on Oracle
http://justatheory.com/computers/databases/sqitch-oracle.html
Theory waxes practical. By David E. Wheeler. I found myself with a little unexpected time at work. Recently, and since we use Oracle (for a few more months), I decided to port Sqitch. Last night, I released v0.970 with full support for Oracle. I did the development against an 11.2 VirtualBox VM. Though I think it should work on 10g, as well. Sqitch is available from the usual locations. For Oracle support, you’ll need the Instant Client. Including SQL*Plus. Make sure you have. At on May 22 PGCon 2013.
justatheory.com
Just a Theory: Computers | Databases | PostgreSQL
http://justatheory.com/computers/databases/postgresql
Theory waxes practical. By David E. Wheeler. Agile Database Development Tutorial. I gave a tutorial at PGCon. A couple weeks back, entitled Agile Database Development. With Git, Sqitch, and pgTAP. It went well, I think. The Keynote document and an exported PDF have been posted on PGCon.org. And also uploaded to Speaker Deck. And embedded below, too. Want to follow along? Clone the tutorial Git repository. And follow along. Here’s the teaser:. Database unit testing ( pgTAP. Thu 06 Jun 2013. Powered replic...
justatheory.com
Just a Theory: Agile Database Development Tutorial
http://justatheory.com/computers/databases/postgresql/agile-db-dev.html
Theory waxes practical. By David E. Wheeler. Agile Database Development Tutorial. I gave a tutorial at PGCon. A couple weeks back, entitled Agile Database Development. With Git, Sqitch, and pgTAP. It went well, I think. The Keynote document and an exported PDF have been posted on PGCon.org. And also uploaded to Speaker Deck. And embedded below, too. Want to follow along? Clone the tutorial Git repository. And follow along. Here’s the teaser:. Database unit testing ( pgTAP. Thu 06 Jun 2013. A full-feature...