1
vote
1answer
18 views
Fogbugz database schema management
This is a very simple question, and maybe the man himself can provide insight on this :)
Does anyone know the pseudocode behind how Fog Creek does database schema management?
I'm running into an …
0
votes
2answers
19 views
Change Oracle Schema at runtime when using SubSonic
In my project, I am using Oracle Database and SubSonic for DAL. I have a problem with SubSonic and Oracle Schema, that is:
When developing, I used a schema DEV in Oracle Database and generate DAL …
0
votes
2answers
108 views
+100
Importing schema with XMLmapper in Delphi ?
Hi,
I try to import some valid schema (for xmlspy and oxygen) with XMLMapper in delphi and I have this error
"Error Flux if:InfofileType unknown".
I use namespace and this type is define in …
0
votes
3answers
37 views
How do I create a multi-column constraint in SQL Server?
I know this is very simple, but how do I do this in plain SQL?
1
vote
2answers
925 views
XSD - How to describe an unordered set of element types where the first element must appear first in the sequence?
This is an XML schema question.
I know that xsd:all element can't appear in a sequence (must be the top level element of its type).
That is, I cannot use the following:
<xsd:complexType …
0
votes
3answers
85 views
Doctrine schema.yml generator
Hi,
I am pretty new to doctrine. I made two small projects with doctrine for my own but now I am about to create big project for my client. The project will have more than 50 tables. Is there any way …
0
votes
2answers
37 views
DB / performance: layout of django model that rarely refers to its parent more than once
Hi!
I have an app that's about presenting fictional simplified cities.
Please consider the following Django models:
class City(models.Model):
name = models.CharField(...)
...
…
0
votes
1answer
19 views
Doctrine - schema.yml error
Hi there!
I have the following schema.yml file:
Page:
actAs:
I18n:
fields: [name,html,urlShortDesc]
columns:
name: string
gender:
type: enum
values: [html, …
0
votes
1answer
28 views
Reverse engineering MySql schema with SchemaSpy
I'm attempting to reverse engineer and existing MySql database with SchemaSpy. It seems to run without any errors. However, I don't get any relationships like this sample output, just "no …
0
votes
1answer
9 views
How to create SimpleType enumeration with xmlspy in schema ?
Hi,
I'd like to know how to create a SimpleType that is a enumeration with XMLSpy.
Do you have link or something useful that can help me ?
it's simpletype for country code
enumeration AD …
5
votes
9answers
2k views
XML Schema validation tool?
At the office we are currently writing an application that will generate XML files against a schema that we were given. We have the schema in an .XSD file.
Are there tool or libraries that we can …
0
votes
3answers
32 views
production schema
Hi,
Can someone help me in understanding the difference between production schema and datawarehouse schema.
Thanks in Advance
Manoj Bhattu
2
votes
2answers
24 views
Element repetition under <xs:all>
My data structure looks like this
<datastructure>
<field1>data</field1>
<field2>data</field2>
<field3>data</field3>
<field4>data</field4>
…
0
votes
0answers
14 views
A SQL 2005 Database Design and Entity Framework transaction conundrum
Hello. I have a database design issue that I am trying to also fit into Entity Framework. Its complex, I have inherited it and its too late to make drastic changes! I want to draw on others wisdom …
0
votes
2answers
41 views
What is a good db schema and method to query a “Facebook Wall” feature
I'm writing a simple "Facebook Wall" type feature where a user can post on another person's wall and people can simply reply to that Wall post, or post a new wall post. Users cannot reply to a reply, …
