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

Terry Wilson reviewboard at asterisk.org
Mon Jun 13 22:56:50 CDT 2011


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

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/c0edc98d/attachment.htm>


More information about the asterisk-dev mailing list