Page MenuHomeDevCentral

Initialize MySQL instance when needed
ClosedPublic

Authored by dereckson on Nov 3 2017, 18:04.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 2, 19:18
Unknown Object (File)
Sun, Mar 30, 22:06
Unknown Object (File)
Tue, Mar 25, 02:58
Unknown Object (File)
Mon, Mar 24, 08:05
Unknown Object (File)
Mon, Mar 24, 08:05
Unknown Object (File)
Tue, Mar 18, 09:26
Unknown Object (File)
Tue, Mar 18, 08:58
Unknown Object (File)
Fri, Mar 14, 17:20
Subscribers
None

Details

Summary

$db was populated at global level.

This change introduces a singleton pattern in the sql_db class
to load it when needed.

If a container is introduced, sql_db could be a facade for the
SQL service in the container.

Ref T1294

Diff Detail

Repository
rTOOLS Nasqueron Tools
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
mysql-facultative
Build Status
Buildable 1828
Build 2076: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Nov 3 2017, 18:05
This revision was automatically updated to reflect the committed changes.