ble-reticulum/migration/sql/do_not_port_yet.sql

5 lines
171 B
SQL

-- Do-not-port-yet list
SELECT source_file, class_name, symbol_name, tag, rationale
FROM symbols
WHERE tag IN ('GLUE', 'PLATFORM')
ORDER BY tag, source_file, line_number;