osalvador / tePLSQL

PL/SQL Template engine
http://osalvador.github.io/tePLSQL/
MIT License
65 stars 18 forks source link

ORA-06503 for get_template_by_table #22

Closed MikeKutz closed 6 years ago

MikeKutz commented 8 years ago

The exception for NO_DATA_FOUND does not call RETURN.

osalvador commented 8 years ago

Hi Mike ,

You mean the line 149 right?

https://github.com/osalvador/tePLSQL/blob/master/tePLSQL.pkb#L149

MikeKutz commented 8 years ago

yes. Line 149.

The compiler for 12c should be able to detect those types of bugs (and others) when you compile with all errors/warnings enabled.

I don't have access to a 12c environment to test.

MK

osalvador commented 8 years ago

Hi Mike ,

Thanks. Like you, I don't have access to a 12c environment.

I'll fix the bug soon.