Opened 18 years ago

Closed 18 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 Nicklas Nordborg, 18 years ago

Milestone: BASE 2.0 RC2

comment:2 by Nicklas Nordborg, 18 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.