Description: When you copy SQL with text fields (variables, placeholders) from Writer into Base's SQL window (Tools>SQL...), the fields are left out. When you paste the same clipboard content into a text editor, the full SQL statement is pasted, regardless if the text fields are displayed as names or content. Steps to Reproduce: 1. Download https://forum.openoffice.org/en/forum/download/file.php?id=47267 2. Copy the frame content as is. 3. Get some HSQL database, call Tools>SQL and paste Actual Results: CREATE TABLE "" ("" VARCHAR(32) NOT NUll ... Expected Results: CREATE TABLE "TBL_A" ("Name" VARCHAR(32) NOT NUll ... Reproducible: Always User Profile Reset: No Additional Info: Works with AOO4
Reproducible Version: 7.5.4.2 (X86_64) / LibreOffice Community Build ID: 36ccfdc35048b057fd9854c757a8b67ec53977b6 CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: default; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 069c7dc4e9706b40ca12d83d83f90f41cec948f8 CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded
Tested with older versions. It's the same buggy behavior in every version I could test here. Have set it to LO 6.4.7.2, because I have reproduced it there also.