Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Cacher #676

Merged
merged 15 commits into from Dec 3, 2015
Merged

SQL Cacher #676

merged 15 commits into from Dec 3, 2015

Conversation

rvlad-patrascu
Copy link
Member

New module sql_cacher

@liviuchircu
Copy link
Member

Great work, Vlad!

Looked through the commits, and reviewed each of them - you can find some of my own suggestions here

-improved coding style
-more verbose error messages
-trim whitespaces for cache entry specification
-fix memory leak: free temporary cache entries list used for parsing
-if table is empty don't return error when loading entire table
-improve error reporting for cache_table parameter
-cache entire table if no columns are specified
-don't allocate new array of columns for sql query function call
-fix memory leaks in insert_in_cachedb()
-add columns_delimiter module parameter
-update README
liviuchircu added a commit that referenced this pull request Dec 3, 2015
@liviuchircu liviuchircu merged commit 938a88a into OpenSIPS:master Dec 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants