[asterisk-dev] [Code Review] Replace Berkeley DB astdb with SQLite3

Tzafrir Cohen reviewboard at asterisk.org
Tue Jun 14 00:23:50 CDT 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1269/#review3714
-----------------------------------------------------------



/trunk/configure.ac
<https://reviewboard.asterisk.org/r/1269/#comment7453>

    AC_MSG_NOTICE prints nothing if configure is run with the --quiet or --silent option.
    
    Use AC_MSG_WARN instead. Alternatively use a single AC_MSG_ERROR / AC_MSG_FAILURE .



/trunk/main/Makefile
<https://reviewboard.asterisk.org/r/1269/#comment7454>

    Any need for AST_CFLAGS anywhere? (if a copy of sqlite in a non-standard location is used to build Asterisk)?


- Tzafrir


On 2011-06-13 22:56:50, Terry Wilson wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1269/
> -----------------------------------------------------------
> 
> (Updated 2011-06-13 22:56:50)
> 
> 
> Review request for Asterisk Developers.
> 
> 
> Summary
> -------
> 
> There have been a couple of bugs reported lately against the Berkeley DB version that Asterisk uses for its internal database. These bugs have been tracked to the actual Berkeley code Asterisk uses, which is very very old and unmaintained. This patch replaces the Berkeley code with SQLite3 while maintaining exactly the same API. If there is no sqlite3 version of the database already and there is a Berkeley DB version, it automatically converts the old database to the new format.
> 
> If this goes in, I would then like to update Olle's patch for Realtime support for astdb as well and get that in.
> 
> 
> Diffs
> -----
> 
>   /configure UNKNOWN 
>   /trunk/configure.ac 323323 
>   /trunk/main/Makefile 323323 
>   /trunk/main/db.c 323323 
>   /trunk/tests/test_db.c 323323 
> 
> Diff: https://reviewboard.asterisk.org/r/1269/diff
> 
> 
> Testing
> -------
> 
> All astdb tests pass and I have tested converting several astdb databases.
> 
> 
> Thanks,
> 
> Terry
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20110614/b8fc8abd/attachment-0001.htm>


More information about the asterisk-dev mailing list