major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
If an application uses multiple database connections, it may be useful—for example, for logging or error reporting—to be able to query the `tl:ConnectionPool` object to determine the name under which it was configured in the application.
Application
pool = ConnectionPoolRegistry.getConnectionPool(myName); assertTrue(pool.getName().equals(myName));
Test
- test.com.top_logic.basic.sql.TestConnectionPool.setUp()