-
* Iniciando estudos e ajustes.
2009-04-21 23:14:45 UTC in VendasEstoqueDL
-
Criar uma estrutura que permita gravar um Log de todas as modificações efetuadas no sistema de estoque, esta estrutura além de uma segurança mínima para o sistema, irá permitir rastreabilidade para garantir a listagem de todas as compras, vendas e ajustes de estoque do sistema.
2009-04-21 23:13:57 UTC in VendasEstoqueDL
-
reinaldo_cs created the New Features tracker.
2009-04-21 22:59:04 UTC in VendasEstoqueDL
-
I found the cause of problem with Resultsets.
In File: sqlunit/sqlunit/src/net/sourceforge/sqlunit/handlers/SqlHandler.java
In Method: isMoreResultsAvailable
System ever return False value, but it is the code to return if the system continue read the Resultsets or stop to list them.
I only include validation to not return ever False.
Can anyone explain why this method ever return...
2009-03-13 19:15:15 UTC in SQLUnit
-
I have problems to use ResultSets with MSSQL Server.
No have example tests to this and test fail because system receive only the first resultset.
Can anyone help-me?
Follow the example of my Procedure and Test XML.
I´m debugging the java code to find problem, but whether anyone know that.
Tks
PROCEDURE
-----------------
CREATE PROCEDURE pr_test.
2009-03-13 18:34:48 UTC in SQLUnit
-
Hi All,
I have problems to use ResultSets with MSSQL Server.
No have example tests to this and test fail because system receive only the first resultset.
Can anyone help-me?
Follow the example of my Procedure and Test XML.
I´m debugging the java code to find problem, but whether anyone know that.
Tks
PROCEDURE
-----------------
CREATE PROCEDURE pr_test.
2009-03-13 11:41:59 UTC in SQLUnit
-
Hi All,
I have problems to use ResultSets with MSSQL Server.
No have example tests to this and test fail because system receive only the first resultset.
Can anyone help-me?
Follow the example of my Procedure and Test XML.
Tks
PROCEDURE
-----------------
CREATE PROCEDURE pr_test
BEGIN
SELECT
'Abc' AS field1,
'Def' AS field2.
2009-03-12 12:20:12 UTC in SQLUnit
-
Whats going wrong?
Can you show us the failure message?.
2009-03-12 12:00:55 UTC in SQLUnit
-
reinaldo_cs added rafaeldpgaspar to the VendasEstoqueDL project.
2009-03-11 13:38:22 UTC in VendasEstoqueDL
-
The table "tsuFailures" have field "message" with "nvarchar(255)", but procedure "tsu__private_showTestResult" have return with "nvarchar(120)".
In the procedure "tsu__private_showTestResult" we have 120 characters to return and include "System" messages and the return message will be lower.
Failure Messages must be longer to contain all words necessary.
I try to create a .patch file to...
2009-03-09 21:26:55 UTC in TSQLUnit unit testing framework