Bug 160622 - update port databases/dalmp
Summary: update port databases/dalmp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 15:10 UTC by nbari
Modified: 2011-09-10 20:50 UTC (History)
1 user (show)

See Also:


Attachments
dalmp.diff (1.69 KB, patch)
2011-09-10 15:10 UTC, nbari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2011-09-10 15:10:09 UTC
  -Fixed a bug on the Prepared statements method PExecute
  -added method ErrorNum for getting the errno
  -new Prepare method, Useful when building dynamic queries that require prepared
  statements, example: Prepare($arg), Prepare('i', $arg) and later just call
  PExecute with something like PExecute($sql, $db->Prepare());
  -added an preparedStatements example
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-10 17:14:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-10 20:44:40 UTC
zi          2011-09-10 19:44:31 UTC

  FreeBSD ports repository

  Modified files:
    databases/dalmp      Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to 0.9.319
  
  PR:             ports/160622
  Submitted by:   nbari@dalmp.com (maintainer)
  Approved by:    wxs, tabthorpe (mentors, implicit)
  
  Revision  Changes    Path
  1.12      +1 -1      ports/databases/dalmp/Makefile
  1.13      +2 -2      ports/databases/dalmp/distinfo
  1.5       +1 -1      ports/databases/dalmp/pkg-descr
  1.5       +1 -0      ports/databases/dalmp/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-10 20:45:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!