/[Apache-SVN]/apr/apr-util/tags/1.2.11/dbd/apr_dbd.c
ViewVC logotype

Log of /apr/apr-util/tags/1.2.11/dbd/apr_dbd.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 595437 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 20:25:37 2007 UTC (2 years ago) by wrowe
File length: 10077 byte(s)
Diff to previous 591015 (colored)
Tagged 1.2.11

Revision 591015 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 14:07:19 2007 UTC (2 years ago) by jorton
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 10077 byte(s)
Diff to previous 564528 (colored)
Update licence headers.

Revision 564528 - (view) (annotate) - [select for diffs]
Modified Fri Aug 10 09:34:08 2007 UTC (2 years, 3 months ago) by jorton
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9930 byte(s)
Diff to previous 555121 (colored)
Merge r564526 from trunk:

* dbd/apr_dbd.c (apr_dbd_open): Recent glibc defines open() as a macro
(as permitted by POSIX); prevent expansion of such here.

Revision 555121 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 00:05:37 2007 UTC (2 years, 4 months ago) by fuankg
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9928 byte(s)
Diff to previous 553030 (colored)
reverted r553030;
changed to use apr_snprintf() for the driver loads.

Revision 553030 - (view) (annotate) - [select for diffs]
Modified Wed Jul 4 00:50:44 2007 UTC (2 years, 4 months ago) by fuankg
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9814 byte(s)
Diff to previous 551983 (colored)
added define APU_DBD_DRIVER_FMT to apu.h which sets the driver format to build the DSO name;
removed the ifdefs from apr_dbd.c; used apr_snprintf() also for symbol.

Revision 551983 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 18:08:58 2007 UTC (2 years, 4 months ago) by fuankg
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9856 byte(s)
Diff to previous 392812 (colored)
enabled DSO driver for NetWare.

Revision 392812 - (view) (annotate) - [select for diffs]
Modified Sun Apr 9 19:37:11 2006 UTC (3 years, 7 months ago) by niq
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9795 byte(s)
Diff to previous 374468 (colored)
Backport fix to make apr_dbd_init safe to call multiple times

Revision 374468 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 19:29:23 2006 UTC (3 years, 9 months ago) by rooneg
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9483 byte(s)
Diff to previous 372441 (colored)
Merge r330141 into 1.2.x, it's needed to fix a build error on AIX.

Original log message:

PR#37325

Revision 372441 - (view) (annotate) - [select for diffs]
Modified Thu Jan 26 05:07:42 2006 UTC (3 years, 10 months ago) by rooneg
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9354 byte(s)
Diff to previous 232557 (colored)
Merge r344144 into 1.2.x.

Original log message:

Don't break if check_conn is NOTIMPL in a driver

Revision 232557 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 00:47:21 2005 UTC (4 years, 3 months ago) by pquerna
Original Path: apr/apr-util/branches/1.2.x/dbd/apr_dbd.c
File length: 9295 byte(s)
Diff to previous 231463 (colored)
Branch 1.2.x

Revision 231463 - (view) (annotate) - [select for diffs]
Modified Thu Aug 11 14:06:26 2005 UTC (4 years, 3 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 9295 byte(s)
Diff to previous 231274 (colored)
Add const-ness to apr_dbd_driver_t pointers

Revision 231274 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 15:56:53 2005 UTC (4 years, 3 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 9157 byte(s)
Diff to previous 231136 (colored)
Remove conditional include from apr_dbd.h.
That means putting it explicitly in to all the drivers.  *sigh*

Revision 231136 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 23:15:03 2005 UTC (4 years, 3 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 9176 byte(s)
Diff to previous 189574 (colored)
Revise apr_dbd to hide driver struct from public API
  - so it can be extended without touching any public structs

Revision 189574 - (view) (annotate) - [select for diffs]
Modified Wed Jun 8 11:26:42 2005 UTC (4 years, 5 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4831 byte(s)
Diff to previous 168388 (colored)
SQLite3 transaction patch (submitted by Rick Keiner)

Revision 168388 - (view) (annotate) - [select for diffs]
Modified Thu May 5 19:24:29 2005 UTC (4 years, 6 months ago) by pquerna
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4762 byte(s)
Diff to previous 158572 (colored)
Add SQLite3 support for APR DBD.

I also added the SQLite3 driver to the test suite.  
I one test to allow drivers to optionally return a row count for async selects.

Submitted By: Rick Keiner <rick_keiner yahoo.com>

Revision 158572 - (view) (annotate) - [select for diffs]
Modified Tue Mar 22 07:44:41 2005 UTC (4 years, 8 months ago) by pquerna
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4675 byte(s)
Diff to previous 155179 (colored)
- Rewrite the DBD tests to use the ABTS framework.
- Move old tests to test/dbd.c
- sqlite2 support, based on Ryan's patch. Changes to pass the tests and build on my debian machine.

Submitted By: Ryan Phillips <ryan trolocsis.com>
PR: 34078

Revision 155179 - (view) (annotate) - [select for diffs]
Modified Thu Feb 24 09:28:43 2005 UTC (4 years, 9 months ago) by jorton
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4589 byte(s)
Diff to previous 154597 (colored)
* dbd/apr_dbd.c (apr_dbd_init): Fix compiler warning from use of
uninitialized variable.

Revision 154597 - (view) (annotate) - [select for diffs]
Modified Mon Feb 21 01:16:38 2005 UTC (4 years, 9 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4565 byte(s)
Diff to previous 151521 (colored)
Update autofoo to support MySQL build in principle (grotty hack),
and fix apr_dbd.c to work correctly with current autofoo that
builds drivers in statically regardless of DSO.

Revision 151521 - (view) (annotate) - [select for diffs]
Modified Sat Feb 5 19:18:47 2005 UTC (4 years, 9 months ago) by rooneg
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4829 byte(s)
Diff to previous 151454 (colored)
* include/apr_dbd.h
  (apr_dbd_transaction,
   apr_dbd_results,
   apr_dbd_row,
   apr_dbd_prepared): in the interest of consistency, add _t to the end
   of these typedefs.
  (apr_dbd_driver_t,
   apr_dbd_transaction_start,
   apr_dbd_transaction_end,
   apr_dbd_query,
   apr_dbd_select,
   apr_dbd_num_cols,
   apr_dbd_num_tuples,
   apr_dbd_get_row,
   apr_dbd_get_entry,
   apr_dbd_prepare,
   apr_dbd_pquery,
   apr_dbd_pselect): update all uses of those typedefs.

* test/testdbd.c: update all uses of those typedefs.

* dbd/apr_dbd_pgsql.c: ditto.

* dbd/apr_dbd.c: ditto.

Revision 151454 - (view) (annotate) - [select for diffs]
Modified Sat Feb 5 01:04:41 2005 UTC (4 years, 9 months ago) by rooneg
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4825 byte(s)
Diff to previous 151413 (colored)
* include/apr_dbd.h
  (apr_dbd_driver_t): rename transaction to start_transaction, for
   symmetry with end_transaction and apr_dbd_transaction_start.

* dbd/apr_dbd.c
  (apr_dbd_transaction_start): track rename.

Revision 151413 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:45:35 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4819 byte(s)
Diff to previous 149553 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 149553 - (view) (annotate) - [select for diffs]
Modified Wed Feb 2 19:40:27 2005 UTC (4 years, 9 months ago) by nd
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4783 byte(s)
Diff to previous 149484 (colored)
svn:eol-style = native

Revision 149484 - (view) (annotate) - [select for diffs]
Modified Wed Feb 2 05:19:34 2005 UTC (4 years, 9 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4783 byte(s)
Diff to previous 149483 (colored)
Fix license notice in apr_dbd stuff

Revision 149483 - (view) (annotate) - [select for diffs]
Added Wed Feb 2 05:14:50 2005 UTC (4 years, 9 months ago) by niq
Original Path: apr/apr-util/trunk/dbd/apr_dbd.c
File length: 4452 byte(s)
Introducing apr_dbd stuff

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2