Skip to content

Added Microsoft SQL Server Example to PDO session storage documentation #1926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

daviddesberg
Copy link

Title pretty much says it all, and Microsoft's SQL dialect is naturally different than MySQL/PostgreSQL.

bamarni and others added 6 commits October 28, 2012 10:10
[Dependency Injection] small changes
I don't see any disadvantages for using a parameter here that *happens* to be used in the framework - the advantage is that it's meaningful for half the audience (and for component users, any parameter here will be a "generic")
(
[session_id] ASC
) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A code block should be indented 4 spaces, not 2 or 3. I prefer to use the 72 characters break on code blocks to, can you split line 200 into multiple lines?

weaverryan added a commit that referenced this pull request Nov 23, 2012
weaverryan added a commit that referenced this pull request Nov 23, 2012
@weaverryan
Copy link
Member

Hi David!

I've patched your commit into the 2.0 branch at sha: 3f223ba and made a few tweaks in sha: 3e47f1b and sha: 79e023c. If you see anything you don't like, let me know!

Thanks!

@weaverryan weaverryan closed this Nov 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants