|
Bugzilla – Full Text Bug Listing |
| Summary: | Use SQLite prepared statements | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Alexander Krotov <krotov> |
| Component: | stats | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Proposed patch
Proposed patch |
||
Created attachment 2550 [details]
Proposed patch
Small fix: replaced -1 with "variable.length ()".
pushed in changeset 12275:ff7a8974e445 |
Created attachment 2549 [details] Proposed patch Using prepared statements allows to use "'" character in experiment names, avoids losing precision for doubles due to conversion to string and should be a bit faster.