You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
(25) |
Apr
(17) |
May
(2) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: Randy D. <ra...@ho...> - 2003-10-30 19:13:45
|
This query was generated using the sql server adaptor.
============= Try a Query================
SELECT
*
FROM AT_AD_COMM_TBL AS Ad Table
INNER JOIN AT_AD_TBL AS ChgObj
ON ChgObj.CO_ID = Ad Table.CO_IDAND ChgObj.PROD_ID = Ad Table.PROD_IDAND
ChgObj.BUY_ID = Ad Table.BUY_IDAND ChgObj.AD_ID = Ad Table.AD_ID
GO
============= Generate DB Graph ================
graph G {
graph [bgcolor=white]
node [shape=record fillcolor=lightgrey style=filled]
0[label="AT_AD_COMM_TBL AS Ad Table"];
1[label="AT_AD_TBL AS ChgObj"];
0--1 [headlabel="CO_ID,PROD_ID,BUY_ID,AD_ID"];
}
As you can see there are no spaces following the connectors in the on
clause and there is no delimiter around the Names (aliases) with
embedded spaces.
The generated DDL seems to have a large number of line feeds in some
places.
================Create SQL================
USE AT_DEV
GO
IF EXISTS (
SELECT name FROM dbo.sysobjects
WHERE name = 'FKREF1'
AND type = 'F'
)ALTER TABLE AT_MEDIA_SUB_CAT_TBL DROP CONSTRAINT FKREF1
GO
This is not a real problem except that I am outputting the DDL to an
output window and I have to filter them to get an acceptable "look".
Regards,
Randy Davis
email:ra...@ho...
|
|
From: Jonathan de H. <deh...@au...> - 2003-10-13 10:34:05
|
No problem, Don't hesitate to give me feedback. At 10:26 13/10/2003 +0200, you wrote: >Forget what I have written in my last message. >I found the rest. > >Excuse me. > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >SourceForge.net hosts over 70,000 Open Source Projects. >See the people who have HELPED US provide better services: >Click here: http://sourceforge.net/supporters.php >_______________________________________________ >Sqlpp-devel mailing list >Sql...@li... >https://lists.sourceforge.net/lists/listinfo/sqlpp-devel ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: <Joc...@t-...> - 2003-10-13 08:31:45
|
Forget what I have written in my last message. I found the rest. Excuse me. |
|
From: <Joc...@t-...> - 2003-10-13 08:26:09
|
Hi, Is it right, that only the SQLppNETTest folder is in the zip file. |
|
From: Jonathan de H. <deh...@au...> - 2003-10-13 07:13:26
|
v2.0 is out and the DAL is now fully functional: it compiles and runs ok. ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 10:27:50
|
I'm using boost 1.30.2 (not using spirit 1.7). Are you using vc7.0 or vc7.1 ? Did you try it without spirit 1.7? Could send the full error message ? At 11:48 7/10/2003 +0200, Joc...@t-... wrote: >boost-1.30.2 >spirit 1.70 (\spirit-1.7.0\boost\spirit copied in the >\boost-1.30.2\boost\spirit folder) > >message: >\boost-1.30.2\boost\spirit\core\scanner\scanner.hpp(75): error C2440: >'return' : cannot convert from 'const char' to >'boost::spirit::scanner<IteratorT,PoliciesT>::ref_t' > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Sqlpp-devel mailing list >Sql...@li... >https://lists.sourceforge.net/lists/listinfo/sqlpp-devel ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: <Joc...@t-...> - 2003-10-07 09:52:59
|
boost-1.30.2 spirit 1.70 (\spirit-1.7.0\boost\spirit copied in the \boost-1.30.2\boost\spirit folder) message: \boost-1.30.2\boost\spirit\core\scanner\scanner.hpp(75): error C2440: 'return' : cannot convert from 'const char' to 'boost::spirit::scanner<IteratorT,PoliciesT>::ref_t' |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 09:21:18
|
test ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 09:17:20
|
test -------------------------------------------test---------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 09:16:39
|
more tests ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 09:14:27
|
this is a test ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 09:08:21
|
... ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |
|
From: Jonathan de H. <deh...@au...> - 2003-10-07 09:00:46
|
Yet another mailing list on the web... ----------------------------------------------------------------------------------- Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) Universite catholique de Louvain Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595 B-1348 Louvain-la-Neuve Belgium E-mail : deh...@au... ----------------------------------------------------------------------------------- |