User login
Quick Help
SVN Commit Log
Locum
rev 164: 06.07.10 10:33
submitted by: jblyberg
Small adjustment to the .ini file.
Fixed a bug in the syndetics code that prevented syndetics cache from timing out correctly.
Fixed a bug in the syndetics code that prevented syndetics cache from timing out correctly.
Connectors
rev 126: 06.12.10 1:53
submitted by: smaskit
refactor: replace all instances of self:: with $this-> in iii 2007 connector
License Informaiton
SOPAC, Locum, and Insurge are made freely available under the GNU Public License v3
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License
Search
New forum topics
Recent comments
- Good post. This is a very
2 hours 26 min ago - Yes i am totally agreed with this article
13 hours 50 min ago - I was installed locum
18 hours 45 min ago - Hi! Thanks for the great information you have provided!
1 day 8 hours ago - I think that thanks for the valuable information
1 day 16 hours ago - Great post I would like to thank you for the efforts you have ma
1 day 18 hours ago - How can I start data entry
1 day 23 hours ago - I could find a great
3 days 5 hours ago - awesome tutorial! Thank you
4 days 16 hours ago - Any latest?
5 days 5 hours ago



Josh,
In theory, Locum could work with postgres since it depends on PEAR::MDB2 which is DB agnostic. Though, I can't say with certainty at this point that all of the individual queries would work, since I didn't run them all via MDB2's prepare function. I'd say that that would be something to strive for.
Was it insufficient for your needs?
No, postgres is a great RDBMS and would work very well. I think the issue is that MySQL is far more ubiquitous and it is more likely that a library would have MySQL expertise in-house than postgres.
Sorry, it looks like my comment was cut in half. I was wondering if the drupal database abstraction layer was insufficient for your needs, since the intent is to make all drupal installations db agnostic.
Well, in general, I find that the Drupal DB API is a little sparse, especially compared to a full-blown DB class like MDB2. But that's not really germane. Locum and Insurge are software libraries that have nothing to do with Drupal and so wouldn't have the Drupal API available to them.