Open salahkamel opened 3 years ago
Which version? The latest? Or the published 1.0?
Latest (master)
--
Salah Kamel
salah.kamel@semarchy.com | +33.6.30.71.32.27 | +1.415.650.8111
Blog https://cloud.letsignit.com/collect/bc/5e592d2168a32f000cb00b2a?p=Px7AEi8szWxWxuJyjtD5Ct2ZnTHIVkk5OAjcNQuh1nDc13KJ6KZIaXId4xpysiW2O0uozd2pB1peYcuEfgI_2YzGUFgNvHvfa15m_cWzLNs4MiId05rrslSfQmHgaUGmAw_2F8JFw6G5NPbLSw2bsg== | Twitter https://cloud.letsignit.com/collect/bc/5e592d2168a32f000cb00b2a?p=Px7AEi8szWxWxuJyjtD5Ct2ZnTHIVkk5OAjcNQuh1nDc13KJ6KZIaXId4xpysiW2O0uozd2pB1peYcuEfgI_2YzGUFgNvHvfa15m_cWzLNt-stN_2ah1Lc5i2wpVoWcf555c6I-m5iUENnicyN-JMg== | LinkedIn https://cloud.letsignit.com/collect/bc/5e592d2168a32f000cb00b2a?p=Px7AEi8szWxWxuJyjtD5Ct2ZnTHIVkk5OAjcNQuh1nDc13KJ6KZIaXId4xpysiW2O0uozd2pB1peYcuEfgI_2YzGUFgNvHvfa15m_cWzLNu55rIpJ2tyU4ZbySQZj6_OMO3dyg7A7LqLEgdQhCy53ahA8fSF2EWwNO7eiyX5nvI= | Learn More https://cloud.letsignit.com/collect/bc/5e592d2168a32f000cb00b2a?p=Px7AEi8szWxWxuJyjtD5Ct2ZnTHIVkk5OAjcNQuh1nDc13KJ6KZIaXId4xpysiW2O0uozd2pB1peYcuEfgI_2YzGUFgNvHvfa15m_cWzLNt54dVfEz-HKckLARW9th6J0_SZcMSCyhGC-4OKAFuuqtPL09J9JQkY14YRIgOfoBQ= https://cloud.letsignit.com/collect/b/60251921d4d73667c1862d05?p=Px7AEi8szWxWxuJyjtD5Ct2ZnTHIVkk5OAjcNQuh1nDc13KJ6KZIaXId4xpysiW2O0uozd2pB1peYcuEfgI_2YzGUFgNvHvfa15m_cWzLNvJcqBQb1sNWvPlOzDHqy2DJ3evGI7Z-zoZJNkH2A_WDFqIwLYkhy6wNm3aXoGMlXLmkd6QFYRuW1-of1neOxON
On Fri, Feb 12, 2021 at 6:39 PM MikeKutz notifications@github.com wrote:
Which version? The latest? Or the published 1.0?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/osalvador/tePLSQL/issues/53#issuecomment-778338640, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLZPNZKGKKXRR5DCCP6AKDS6VRVVANCNFSM4XQ65QYQ .
If you want I can try with the published version (if you mean the one on http://osalvador.github.io/tePLSQL/)... Let me know how I can help...
Confirmed. This was on master and not in the published 1.0.0 tag. Sorry for the confusion. I have now tested with 1.0.0 and the problem does not occur. Thanks for the quick turn around and good luck with fixing it in (master).
Have a nice weekend -Salah
it looks like the code for #46 is missing the "clear buffer" line. I'll need to run some test to ensure it doesn't break the other process method.
I suspect you can add g_buffer2 := null;
to line 1145.
Again, I'll have to test everything before I post it as a fix.
Thanks,
MK
Thanks Mike. We'll stay on v1.0.0 for now and consider moving to master in a few weeks. Thanks for the great support.
Salah
On Fri, Feb 12, 2021, 20:59 MikeKutz notifications@github.com wrote:
it looks like the code for #46 https://github.com/osalvador/tePLSQL/issues/46 is missing the "clear buffer" line. I'll need to run some test to ensure it doesn't break the other process method.
I suspect you can add g_buffer2 := null; to line 1145.
Again, I'll have to test everything before I post it as a fix.
Thanks,
MK
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/osalvador/tePLSQL/issues/53#issuecomment-778421158, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLZPN5RBUF72WQT3GJJJM3S6WCCHANCNFSM4XQ65QYQ .
Hi there,
I am new to tePLSQL and I am facing an issue when trying to use a very basic example. When calling several times
render()
orprocess()
within the same session, it seems that the result of an execution includes the result of the previous execution(s)...To demonstrate this, here is the simple script that I have been using:
Today's date is ( 12-feb-2021 16:26:19.081377000 )
Did I miss anything? Is there a global variable in the package that needs to be initialized on every run? Any other idea?
Database Version Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production
Many thanks! -Salah