"Pharo 13.0.0
Build information: Pharo-13.0.0+SNAPSHOT.build.682.sha.e698f2016913f479cbb80dee1008a01ca1fa30ac (64 Bit)
Build date: 26 June 2025
"
- evaluate in playground:
SQLite3Database memory
- expected result: a database inspector.
- actual result:
"Error while creating the inspector. Debug it by executing the following:"
| collector pragma context |
collector := StInspectionCollector on: self.
pragma := (SQLite3Database lookupSelector: #inspectionSQLite3Tables) pragmas first.
context := collector basicContextFromPragma: pragma.
context basicNewInspectionPresenter
after debbuging the previous expression you get
Warning signal: 'Inspections made without presenter builder are no longer supported. Please rewrite your inspection using it (chech in the system for examples)'.
"Pharo 13.0.0
Build information: Pharo-13.0.0+SNAPSHOT.build.682.sha.e698f2016913f479cbb80dee1008a01ca1fa30ac (64 Bit)
Build date: 26 June 2025
"
SQLite3Database memoryafter debbuging the previous expression you get
Warning signal: 'Inspections made without presenter builder are no longer supported. Please rewrite your inspection using it (chech in the system for examples)'.