Hi Abishek, The project at sourceforge is not beeing maintained anymre. It has been...
I have attached a file which I have generated from utplsql. I need to format this...
Hello Is there any way we can format the output generated in a file via utplsql?...
We have moved to GitHub https://github.com/utPLSQL/utPLSQL Which is the best place...
Errors while compiling the utplsql 2.3.1 version
Anyone have training materials or links to training materials to share? A pity here...
Thanks for the pointer on using svn. I'll be doing more work with utPlSQL so I'll...
Hi all, In our project we are trying if we can recommend utPlsql for unit testing,...
Added to followed and starred :)
I have created a repository on GitHub for utPLSQL and have imported the code: https://github.com/utPLSQL/utPLSQL...
aha - found the problem - I had a test with two tests in it where the body of the...
Hi all, I am running a test suite which finishes with an error, yet there are no...
Hi Paul, thanks for the response. If I get some time I will put together a test to...
Thank you, I did it. I used cmd to install utplsql and now it works well
I'm all set, thanks! On Mon, Jan 25, 2016 at 5:33 PM, Paul Walker p72endragon@users.sf.net...
Yes, you're right, this should have been fixed since v2.2.2. Are you able to document...
Improved Error Messages from Exceptions
You're reasoning is correct - there's still a lot of old code in here. While some...
Just out of interest, would you mind running the install from a standard sqlplus...
If they don't want you to have visibility of the utl_file package for security reasons,...
Yes I use that command to install within the plsql developer, installation completes...
Closing this ticket. It's something we should look at as part of v3
utplsql with 2 schemas
Looking for u_teardown rather than ut_teardown
Do you need any further help with this?
How have you done the install? The install script should replace the "start" and...
Hi there, we use utplsql extensively here, so thank you for activating this project!...
&start_ge_8_1 PRAGMA AUTONOMOUS_TRANSACTION; &end_ge_8_1 There are lines like this,...
&start_ge_8_1 PRAGMA AUTONOMOUS_TRANSACTION; &end_ge_8_1 There are line like this,...
Error in ut_config during installation
Well, I'm not as close as I thought. As I was categorizing all the packages, I found...
I was able to get this working by using this: utAssert.throws('wrong date', 'declare...
How do you call a utAssert statement against a procedure that contains an out parameter?...
Hi Duane, I'll be interested to see what you come up with. Thanks for putting the...
connect as sys grant execute on utl_file to utp;
Paul, I am close to a first draft of a proposal for the v3 cleanup. The main idea...
utl_file Permission
This idea has been out for a while now. In addition to this thread, I also emailed...
Hi guys, I fully agree with these sentiments. Here's what I'm thinking... I'm going...
I think I did about the same thing for Bamboos Junit Test reader and I'd echo your...
Hi Jacek, I totally agree with you. I think there is a lot of improvements possible...
I have done extensive work with SQL Developer Unit Test. Much of it is posted at...
Big picture, what I'm up to is trying to use FlywayDB and utplsql together. I migrate...
utresult.show doesn't return correct result
Hi Lance, that sounds great :) On a personal level, I like the sound of FlywayDB,...
After going through the struggle of learning how to get things setup, I'm capturing...
Improved Error Messages from Exceptions
I do not see any need to move to GitHub. It's just additional effort for you and...
Changes to support CaSiNg in object names
Thank you , I figured it out.
I appreciate this idea. Git is a great colloboration platform and will be a best...
Hi Paul, Sorry for misspellings in my previous comment. It happens to me when I'm...
I have had a quick glance a the utPLSQL code. It's quite hard to read and follow...
I see where you're coming from, but personally, I don't really want to restart the...
Ignore my last post, I've just spotted the issue! Looks like you have a typo in the...
Hmm... I can't see anything obviously wrong with what you've posted here. Did the...
Execute the following statement SQL> exec utplsql.test ('betwnstr',recomplie_in=>FALSE)...
I have had a quick glance a the utPLSQL code. It's quite hard to read and follow...
I hade a quick glance a the utPLSQL code. It's quite hard to read and follow as there...
Now that i think about it... We could join the effort of testing utPLSQL with documenting...
Now that i think about it... We could join the effort of testing utPLSQL with documenting...
Hi Paul, Yes I've seen the current documentation. It shows some basic exaples, but...
Yep, I came across that a while ago too - it's one of the view versioning schemes...
I'm not particularly worried where we draw the line at the moment. There certainly...
I like the idea of testing utPLSQL with utPLSQL :)
I suppose there's two levels of documentation - guides for people using utPLSQL and...
Thanks for your input. If/when the project is moved to GitHub, the project here on...
+1 for Natural Docs, the syntax is very clean and "natural" for read.
I've learned about semantic versioning last year (http://semver.org/) What do you...
The documentation of code isn't a bad idea. I'd rather see documentation in a form...
Sounds like a good idea to "refresh" the project and remove obsolete code. Since...
+1 to this idea. It would be good to have this project ported to Github or Bitbucket....
Sometime ago I planned to start writing some unit tests to test utplsql - this fell...
Go ahead to Github ... I really like the issue tracking, source navigation and collaborative...
Go ahead to Github ... I really like the issue tracking, source navigation and collaborative...
It has been suggested a couple of times that the project should move to GitHub. I've...
I don't know if this is your issue, but I've seen some webpages suggest that you...
I don't know if this is your issue, but I've seen some webpages suggest that you...
utAssert calls in setup
No recent contact, closing ticket. Please raise a new ticket if you would like any...
Help with reporting output
No recent contact, closing ticket. Please raise a new ticket if you would like any...
Looks like it's complaining that it can't find procedures called U_SETUP and U_TEARDOWN...
Looking for u_teardown rather than ut_teardown
Hi, I have installed "oracle 11G express edition" and all "utplsql 2.3.0". UTL_FILE...
Hi Paul, I have installed "oracle 11G express edition" and all "utplsql 2.3.0". UTL_FILE...
Hi Paul, I am trying to create spec and body for UTL_FILE package. I executed utlrp.sql...
Though, One thing I am not able to do is using Ref Cursor in throws method. when...
Again, I have posted this little too soon. got the answer for this. utassert.eq_refc_query(p_msg_nm...
hi - I am using utAssert.eq_refc_query to compare the REFCUROSOR back from the stored...
hi - I am using utAssert.eq_refc_query to compare the REFCUROSOR back from the stored...
Glad you got it sorted :)
Ok, my mistake. I was executing this from utplsql schema and not the application...
Also, when I check the table ut_package it reads as this has been executed 16 times....
Hi-I am setting up the utplsql for the first time. I have installed all utplsql 2.3.0...
Hi-I am setting up the utplsql for the first time. I have installed all utplsql 2.3.0...
Hi-I am setting up the utplsql for the first time. I have installed all utplsql 2.3.0...
I suppose you could have a test that is specifically to check the data setup. The...
Right, I agree with what you are saying. My thought was using utAssert to verify...