Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-10 Thread Adriano dos Santos Fernandes
Em 10/12/2017 11:08, Gabor Boros escreveu: > 2017. 12. 10. 12:29 keltezéssel, Adriano dos Santos Fernandes írta: >> How can you order by a blob? It's an error anyway. > > For example: > SELECT * FROM TABLE1 ORDER BY (CAST(SUBSTRING(TABLE1.TEXT_BLOB_FIELD > FROM 1 FOR 40) AS VARCHAR(40))) > Your

Re: [Firebird-devel] Memory leak - How can I provide information about it?

2017-12-10 Thread Adriano dos Santos Fernandes
How can you order by a blob? It's an error anyway. Adriano Em 8 de dez de 2017 7:09 PM, "Gabor Boros" escreveu: > Hi All, > > I experiencing a memory leak but cannot attach the database nor the > application. It is easy to reproduce with the application. Just change the >