Opened 19 years ago
Closed 19 years ago
#70 closed enhancement (wontfix)
Lazy creation of PreparedStatments in BasicBatcher.
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Now they are always created when the BasicBatcher object is created.
Change History (2)
comment:1 by , 19 years ago
Milestone: | → BASE 2.0 RC2 |
---|
comment:2 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Well, we are probably better of creating the statements in the constructor. Otherwise we would have to check in every call to insert/update/delete which might slow down everything.